Skip to content

Commit

Permalink
Failed-checksum addresses are an error
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored and chriseth committed Jul 2, 2019
1 parent 7de18b3 commit b6cb079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/value-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Hexadecimal literals that pass the address checksum test, for example
``0xdCad3a6d3569DF655070DEd06cb7A1b2Ccd1D3AF`` are of ``address payable`` type.
Hexadecimal literals that are between 39 and 41 digits
long and do not pass the checksum test produce
a warning and are treated as regular rational number literals.
an error. You can prepend (for integer types) or append (for bytesNN types) zeros to remove the error.

.. note::
The mixed-case address checksum format is defined in `EIP-55 <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md>`_.
Expand Down

0 comments on commit b6cb079

Please sign in to comment.