pull/3022/head
Tom Lehman 3 years ago committed by GitHub
parent b42b05311b
commit bda61cd5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/mocks/SafeERC20Helper.sol

@ -33,7 +33,7 @@ contract ERC20ReturnFalseMock is Context {
} }
function allowance(address, address) public view returns (uint256) { function allowance(address, address) public view returns (uint256) {
require(_dummy == 0); // Duummy read from a state variable so that the function is view require(_dummy == 0); // Dummy read from a state variable so that the function is view
return 0; return 0;
} }
} }

Loading…
Cancel
Save