Unverified Commit bda61cd5 by Tom Lehman Committed by GitHub

Fix typo (#3016)

parent b42b0531
...@@ -33,7 +33,7 @@ contract ERC20ReturnFalseMock is Context { ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment