From 6cbe26685a646eedbd5b05f6a08e418fdd2cdfd5 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Fri, 28 Feb 2025 15:27:47 +0000 Subject: [PATCH] fix gentestvectors.go --- bip-0158/gentestvectors.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0158/gentestvectors.go b/bip-0158/gentestvectors.go index 2df15d20..bf6d9a74 100644 --- a/bip-0158/gentestvectors.go +++ b/bip-0158/gentestvectors.go @@ -2,7 +2,7 @@ // 5 blocks and collision space sizes of 1-32 bits. Change the RPC cert path // and credentials to run on your system. The program assumes you're running // a btcd with cfilter support, which mainline btcd doesn't have; in order to -// circumvent this assumption, comment out the if block that checks for +// circumvent this assumption, comment out the if block that checks the // filter size of DefaultP. package main @@ -193,7 +193,7 @@ func main() { block, err := client.GetBlock(blockHash) if err != nil { - fmt.Println("Couldn't get block hash: ", err.Error()) + fmt.Println("Couldn't get block data: ", err.Error()) return }