From c3c3e41e6869e47ed455525e111a72bc4d7b6f1b Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 14 Jan 2017 06:42:48 -0800 Subject: [PATCH] script: typo. --- lib/script/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/script/script.js b/lib/script/script.js index 1c361229..96f83c68 100644 --- a/lib/script/script.js +++ b/lib/script/script.js @@ -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)