clarify EIP-55 spec

This commit is contained in:
cdetrio 2017-06-29 16:39:10 -04:00 committed by GitHub
parent e394281ff8
commit ff3716b965

View File

@ -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