diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-10 23:54:29 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-10-10 23:54:29 +0800 |
commit | 81f9f86ce51d2e9b54bf76b1169f12e193c79745 (patch) | |
tree | 276a5f0c4a54994eaf9a114fd2c250fdc254ce02 /docs | |
parent | c35496bf4ab0143f2060f30e58febbbc77b0e383 (diff) | |
download | dexon-solidity-81f9f86ce51d2e9b54bf76b1169f12e193c79745.tar.gz dexon-solidity-81f9f86ce51d2e9b54bf76b1169f12e193c79745.tar.zst dexon-solidity-81f9f86ce51d2e9b54bf76b1169f12e193c79745.zip |
Add reference to EIP-55 in address literals (#3062)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/types.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/types.rst b/docs/types.rst index ebc753a0..774c1d04 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -243,6 +243,9 @@ 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. +.. note:: + The mixed-case address checksum format is defined in `EIP-55 <https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md>`_. + .. index:: literal, literal;rational .. _rational_literals: |