diff --git a/LICENSE b/LICENSE index 1b267c5..99b5597 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Pavel Tarasov + Copyright 2024 Pavel Tarasov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 820e66e..189440d 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -439,4 +439,4 @@ string and vice-versa. One more is generating an auth tuple for Web3-Auth gatewa # >>> '0xcc2d976220820d023b7170f520d3490e811ed988ae3d6221474ee97e559b0361' ipfs_hash_decoded = ipfs_32_bytes_to_qm_hash("0xcc2d976220820d023b7170f520d3490e811ed988ae3d6221474ee97e559b0361") # >>> 'Qmc5gCcjYypU7y28oCALwfSvxCBskLuPKWpK4qpterKC7z' - auth = web_3_auth(tester_tokens_seed) + auth = web_3_auth(tester_tokens_seed)