script: minor.
This commit is contained in:
parent
a3c7a49c80
commit
eba457ae11
@ -520,7 +520,7 @@ Script.prototype.execute = function execute(stack, flags, tx, index, value, vers
|
||||
if (version == null)
|
||||
version = 0;
|
||||
|
||||
if (flags & common.flags.VERIFY_MINIMALDATA)
|
||||
if (flags & Script.flags.VERIFY_MINIMALDATA)
|
||||
minimal = true;
|
||||
|
||||
if (this.getSize() > consensus.MAX_SCRIPT_SIZE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user