Fix ERC721Proxy TokenId

This commit is contained in:
Remco Bloemen
2018-06-22 16:32:19 +02:00
committed by Amir Bandeali
parent 08d22d2f3c
commit 32d4994219

View File

@@ -30,7 +30,7 @@ contract ERC721Proxy is
MixinERC721Transfer
{
// Id of this proxy.
bytes4 constant PROXY_ID = 0xf47261b0;
bytes4 constant PROXY_ID = 0x08e937fa;
/// @dev Gets the proxy id associated with the proxy address.
/// @return Proxy id.