change throw for require in MessageHelper contract@
This commit is contained in:
@ -12,7 +12,7 @@ contract MessageHelper {
|
||||
}
|
||||
|
||||
function fail() {
|
||||
throw;
|
||||
require(false);
|
||||
}
|
||||
|
||||
function call(address to, bytes data) returns (bool) {
|
||||
|
||||
Reference in New Issue
Block a user