Automatically merged updates to draft EIP(s) 820

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Jordi Baylina 2018-05-05 04:50:30 -04:00 committed by EIP Automerge Bot
parent 1fd4fb8d28
commit 09d39ce44d
1 changed files with 2 additions and 2 deletions

View File

@ -241,13 +241,13 @@ Your interface name is hashed and sent to `getInterfaceImplementer()`. If you ar
#### If it's an approved EIP
The interface is named like `ERC###XXXXX`. The meaning of this interface is defined in the EIP specified. And XXX should be the name of the interface camelCase.
The interface is named like `ERC###XXXXX`. The meaning of this interface is defined in the EIP specified. And XXXXX should be the name of the interface camelCase.
Examples:
`sha3("ERC20Token")`
`sha3("ERC777Token")`
`sha3("ERC777TokensReceiver")`
`sha3("ERC777TokensRecipient")`
`sha3("ERC777TokensSender")`
#### [EIP-165](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md) compatible interfaces