Update parity_wallet_bug_1.sol

Fixing compiler version
This commit is contained in:
gsalzer
2023-02-08 12:38:07 +00:00
committed by GitHub
parent e190dbdac4
commit 618cc4b670

View File

@@ -15,7 +15,7 @@
// some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the
// interior is executed.
pragma solidity ^0.4.9;
pragma solidity 0.4.9; /* originally ^0.4.9, but doesn't compile with ^0.4.11 */
contract WalletEvents {
// EVENTS