tests: fix most of the static warnings (#844)
This commit is contained in:
committed by
Francisco Giordano
parent
42787e2a75
commit
82ce197e44
@ -2,10 +2,11 @@ pragma solidity ^0.4.18;
|
||||
|
||||
import "../token/ERC721/ERC721Receiver.sol";
|
||||
|
||||
|
||||
contract ERC721ReceiverMock is ERC721Receiver {
|
||||
bytes4 retval;
|
||||
bool reverts;
|
||||
|
||||
|
||||
event Received(address _address, uint256 _tokenId, bytes _data, uint256 _gas);
|
||||
|
||||
function ERC721ReceiverMock(bytes4 _retval, bool _reverts) public {
|
||||
|
||||
Reference in New Issue
Block a user