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);
|
// var res = script.execute(evalScript, stack, tx, index);
|
||||||
// if (!res)
|
// if (!res)
|
||||||
// return false;
|
// return false;
|
||||||
// break;
|
break;
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
// Unknown operation
|
// Unknown operation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user