Skip to content

Commit

Permalink
Add reference to EIP-55 in address literals (ethereum#3062)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored and chriseth committed Oct 10, 2017
1 parent c35496b commit 81f9f86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81f9f86

Please sign in to comment.