This commit is contained in:
Christopher Jeffrey 2016-02-18 02:25:37 -08:00
parent a6b1e8bdb0
commit 83c5a6f906

View File

@ -1028,7 +1028,7 @@ script.execute = function execute(data, stack, tx, index, flags, recurse) {
if (locktime > tx.locktime)
return false;
if (!tx.inputs[index] || tx.inputs[index].seq === 0xffffffff)
if (!tx.inputs[index] || tx.inputs[index].sequence === 0xffffffff)
return false;
break;