parent
e190dbdac4
commit
618cc4b670
|
@ -15,7 +15,7 @@
|
||||||
// some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the
|
// some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the
|
||||||
// interior is executed.
|
// 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 {
|
contract WalletEvents {
|
||||||
// EVENTS
|
// EVENTS
|
||||||
|
@ -466,4 +466,4 @@ contract Wallet is WalletEvents {
|
||||||
|
|
||||||
// list of owners
|
// list of owners
|
||||||
uint[256] m_owners;
|
uint[256] m_owners;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue