We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b650373 + 6cbe266 commit 2fd67e5Copy full SHA for 2fd67e5
bip-0158/gentestvectors.go
@@ -2,7 +2,7 @@
2
// 5 blocks and collision space sizes of 1-32 bits. Change the RPC cert path
3
// and credentials to run on your system. The program assumes you're running
4
// 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
+// circumvent this assumption, comment out the if block that checks the
6
// filter size of DefaultP.
7
8
package main
@@ -193,7 +193,7 @@ func main() {
193
194
block, err := client.GetBlock(blockHash)
195
if err != nil {
196
- fmt.Println("Couldn't get block hash: ", err.Error())
+ fmt.Println("Couldn't get block data: ", err.Error())
197
return
198
}
199
0 commit comments