tests: fix most of the static warnings (#844)
This commit is contained in:
committed by
Francisco Giordano
parent
42787e2a75
commit
82ce197e44
@ -2,6 +2,7 @@ pragma solidity ^0.4.18;
|
||||
|
||||
import "./ERC721Receiver.sol";
|
||||
|
||||
|
||||
contract ERC721Holder is ERC721Receiver {
|
||||
function onERC721Received(address, uint256, bytes) public returns(bytes4) {
|
||||
return ERC721_RECEIVED;
|
||||
|
||||
Reference in New Issue
Block a user