change throw for require in MessageHelper contract@

pull/518/head
AugustoL 7 years ago
parent 685d2087ca
commit 8854966847
  1. 2
      contracts/mocks/MessageHelper.sol

@ -12,7 +12,7 @@ contract MessageHelper {
} }
function fail() { function fail() {
throw; require(false);
} }
function call(address to, bytes data) returns (bool) { function call(address to, bytes data) returns (bool) {

Loading…
Cancel
Save