diff --git a/wallet/wallet.sol b/wallet/wallet.sol index 0f3d7a2..3c48778 100644 --- a/wallet/wallet.sol +++ b/wallet/wallet.sol @@ -46,8 +46,8 @@ contract multiowned { // that later attempts can be realised as the same underlying operation and // thus count as confirmations. modifier onlymanyowners(bytes32 _operation) { - require(confirmAndCheck(_operation)); - _; + if (confirmAndCheck(_operation)); + _; } // METHODS