From f61885edcf5e63ac205b1ca5f08173f1336bff74 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 1 May 2024 06:54:05 +1000 Subject: docs: fix spelling (#1117) Co-authored-by: Mark "Murch" Erhardt --- bip-0158/gentestvectors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0158') diff --git a/bip-0158/gentestvectors.go b/bip-0158/gentestvectors.go index 3435eb3..e51b984 100644 --- a/bip-0158/gentestvectors.go +++ b/bip-0158/gentestvectors.go @@ -207,7 +207,7 @@ func main() { prevOutputScripts, err := fetchPrevOutputScripts(client, block) if err != nil { - fmt.Println("Couldn't fetch prev output scipts: ", err) + fmt.Println("Couldn't fetch prev output scripts: ", err) return } -- cgit v1.2.3