minor fix for disabled op_eval.
This commit is contained in:
parent
f9186d785a
commit
26035c3b41
@ -698,8 +698,7 @@ script.execute = function execute(s, stack, tx, index) {
|
||||
// var res = script.execute(evalScript, stack, tx, index);
|
||||
// if (!res)
|
||||
// return false;
|
||||
// break;
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
// Unknown operation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user