Skip to content

Commit

Permalink
clarify EIP-55 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cdetrio authored Jun 29, 2017
1 parent e394281 commit ff3716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-55.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff3716b

Please sign in to comment.