Skip to content

Commit 6cbe266

Browse files
authored
fix gentestvectors.go
1 parent 24b4354 commit 6cbe266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0158/gentestvectors.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// 5 blocks and collision space sizes of 1-32 bits. Change the RPC cert path
33
// and credentials to run on your system. The program assumes you're running
44
// a btcd with cfilter support, which mainline btcd doesn't have; in order to
5-
// circumvent this assumption, comment out the if block that checks for
5+
// circumvent this assumption, comment out the if block that checks the
66
// filter size of DefaultP.
77

88
package main
@@ -193,7 +193,7 @@ func main() {
193193

194194
block, err := client.GetBlock(blockHash)
195195
if err != nil {
196-
fmt.Println("Couldn't get block hash: ", err.Error())
196+
fmt.Println("Couldn't get block data: ", err.Error())
197197
return
198198
}
199199

0 commit comments

Comments
 (0)