diff --git a/txscript/script.go b/txscript/script.go index 602c1fced1..70589180f7 100644 --- a/txscript/script.go +++ b/txscript/script.go @@ -504,7 +504,7 @@ func checkScriptParses(scriptVersion uint16, script []byte) error { } // IsUnspendable returns whether the passed public key script is unspendable, or -// guaranteed to fail at execution. This allows inputs to be pruned instantly +// guaranteed to fail at execution. This allows outputs to be pruned instantly // when entering the UTXO set. // // NOTE: This function is only valid for version 0 scripts. Since the function