Commit 88549668 by AugustoL

change throw for require in MessageHelper contract@

parent 685d2087
......@@ -12,7 +12,7 @@ contract MessageHelper {
}
function fail() {
throw;
require(false);
}
function call(address to, bytes data) returns (bool) {
......
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