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)
|
if (version == null)
|
||||||
version = 0;
|
version = 0;
|
||||||
|
|
||||||
if (flags & common.flags.VERIFY_MINIMALDATA)
|
if (flags & Script.flags.VERIFY_MINIMALDATA)
|
||||||
minimal = true;
|
minimal = true;
|
||||||
|
|
||||||
if (this.getSize() > consensus.MAX_SCRIPT_SIZE)
|
if (this.getSize() > consensus.MAX_SCRIPT_SIZE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user