Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5199fb0

Browse files
author
zhuzeyu
committed
fix address error
Signed-off-by: zhuzeyu <zhuzeyu0409@gmail.com>
1 parent b052d9e commit 5199fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web3-utils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Example
578578

579579
.. code-block:: javascript
580580
581-
web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff2323');
581+
web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff232d');
582582
> "0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d"
583583
584584
web3.utils.toChecksumAddress('0XC1912FEE45D61C87CC5EA59DAE31190FFFFF232D');

0 commit comments

Comments
 (0)