minor fix for disabled op_eval.

This commit is contained in:
Christopher Jeffrey 2015-12-09 14:40:40 -08:00
parent f9186d785a
commit 26035c3b41

View File

@ -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