Skip to content

Commit

Permalink
Merge pull request #3253 from zhuzeyu/fix_web3_utils
Browse files Browse the repository at this point in the history
Fix wrong address in docs
  • Loading branch information
nivida authored Dec 3, 2019
2 parents b052d9e + 5199fb0 commit efc0a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Example

.. code-block:: javascript
web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff2323');
web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff232d');
> "0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d"
web3.utils.toChecksumAddress('0XC1912FEE45D61C87CC5EA59DAE31190FFFFF232D');
Expand Down

0 comments on commit efc0a9b

Please sign in to comment.