script: typo.

This commit is contained in:
Christopher Jeffrey 2017-01-14 06:42:48 -08:00
parent e51062d249
commit c3c3e41e68
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -3301,7 +3301,7 @@ Script.verifyProgram = function verifyProgram(witness, output, flags, tx, i, val
// if we want to always relay these transactions).
// Otherwise, if we want to act like an "old"
// implementation and only accept them in blocks,
// we can use the regalar output script which will
// we can use the regular output script which will
// succeed in a block, but fail in the mempool
// due to VERIFY_CLEANSTACK.
if (flags & Script.flags.VERIFY_DISCOURAGE_UPGRADABLE_WITNESS_PROGRAM)