bitcore-lib icon indicating copy to clipboard operation
bitcore-lib copied to clipboard

Duplicate property in Interpreter

Open micahriggan opened this issue 7 years ago • 0 comments

Interpreter.SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS = (1 << 7); Interpreter.SCRIPT_VERIFY_DISCOURAGE_UPGRADABLE_NOPS = (1 << 11);

Lines 362 and 367 of script/interpreter.js are overwriting the same variable.

Originally this value was 128, now it's 2048.

Is the duplication of the line intentional?

micahriggan avatar Nov 13 '18 04:11 micahriggan