diff options
Diffstat (limited to 'bip-0158/gentestvectors.go')
-rw-r--r-- | bip-0158/gentestvectors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0158/gentestvectors.go b/bip-0158/gentestvectors.go index 2d11b14..2df15d2 100644 --- a/bip-0158/gentestvectors.go +++ b/bip-0158/gentestvectors.go @@ -223,7 +223,7 @@ func main() { } // We'll now ensure that we've constructed the same filter as - // the chain server we're fetching blocks form. + // the chain server we're fetching blocks from. filter, err := client.GetCFilter( blockHash, wire.GCSFilterRegular, ) |