Commit 061e7f0d by Francisco Giordano

Fix Solidity warning

parent a138dc39
...@@ -6,7 +6,7 @@ contract BadBeaconNoImpl { ...@@ -6,7 +6,7 @@ contract BadBeaconNoImpl {
} }
contract BadBeaconNotContract { contract BadBeaconNotContract {
function implementation() external view returns (address) { function implementation() external pure returns (address) {
return address(0x1); return address(0x1);
} }
} }
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