From ff3716b9656156efad89ae4ceecec5538d2a2986 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Thu, 29 Jun 2017 16:39:10 -0400 Subject: [PATCH] clarify EIP-55 spec --- EIPS/eip-55.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-55.md b/EIPS/eip-55.md index fd432e1b..468fb0c5 100644 --- a/EIPS/eip-55.md +++ b/EIPS/eip-55.md @@ -35,7 +35,7 @@ test('0xD1220A0cf47c7B9Be7A2E6BA89F429762e7b9aDb') ``` -In English, convert the address to hex, but if the `i`th digit is a letter (ie. it's one of `abcdef`) print it in uppercase if the `4*i`th bit of the hash of the address is 1 otherwise print it in lowercase. +In English, convert the address to hex, but if the `i`th digit is a letter (ie. it's one of `abcdef`) print it in uppercase if the `4*i`th bit of the hash of the lowercase hexadecimal address is 1 otherwise print it in lowercase. # Implementation