aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-10-10 23:54:29 +0800
committerchriseth <chris@ethereum.org>2017-10-10 23:54:29 +0800
commit81f9f86ce51d2e9b54bf76b1169f12e193c79745 (patch)
tree276a5f0c4a54994eaf9a114fd2c250fdc254ce02 /docs
parentc35496bf4ab0143f2060f30e58febbbc77b0e383 (diff)
downloaddexon-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.rst3
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: