From b6afec5e51fe44272c6eb8b9fa5ea688e2448658 Mon Sep 17 00:00:00 2001 From: Shuai Qi Date: Fri, 26 Jan 2018 12:37:50 +0800 Subject: [PATCH] txscript: Fix comment typo. --- txscript/engine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txscript/engine.go b/txscript/engine.go index 3fd7d5d9..b5aef52a 100644 --- a/txscript/engine.go +++ b/txscript/engine.go @@ -821,7 +821,7 @@ func NewEngine(scriptPubKey []byte, tx *wire.MsgTx, txIdx int, flags ScriptFlags } // The clean stack flag (ScriptVerifyCleanStack) is not allowed without - // either the the pay-to-script-hash (P2SH) evaluation (ScriptBip16) + // either the pay-to-script-hash (P2SH) evaluation (ScriptBip16) // flag or the Segregated Witness (ScriptVerifyWitness) flag. // // Recall that evaluating a P2SH script without the flag set results in