From 81f9f86ce51d2e9b54bf76b1169f12e193c79745 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 10 Oct 2017 16:54:29 +0100 Subject: Add reference to EIP-55 in address literals (#3062) --- docs/types.rst | 3 +++ 1 file changed, 3 insertions(+) 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 `_. + .. index:: literal, literal;rational .. _rational_literals: -- cgit