Automatically merged updates to draft EIP(s) 1155

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

 - It only modifies existing Draft or Last Call 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:
Witek 2018-12-10 14:34:24 -08:00 committed by EIP Automerge Bot
parent 3d9075cd80
commit 5cf0d3eb8f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ pragma solidity ^0.4.25;
/**
@title ERC-1155 Multi Token Standard
@dev Contracts implementing this standard MUST also implement ERC-165
Note: the ERC-165 identifier for this interface is 0xf23a6e61.
Note: the ERC-165 identifier for this interface is 0xd9b67a26.
*/
interface ERC1155 /* is ERC165 */ {
/**