minor.
This commit is contained in:
parent
a6b1e8bdb0
commit
83c5a6f906
@ -1028,7 +1028,7 @@ script.execute = function execute(data, stack, tx, index, flags, recurse) {
|
|||||||
if (locktime > tx.locktime)
|
if (locktime > tx.locktime)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!tx.inputs[index] || tx.inputs[index].seq === 0xffffffff)
|
if (!tx.inputs[index] || tx.inputs[index].sequence === 0xffffffff)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user