diff options
author | Jon Atack <jon@atack.com> | 2024-10-14 13:01:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 13:01:01 -0700 |
commit | 71aafb2a7fd56d779ef440114cd59e19d7552dfd (patch) | |
tree | 6ad8e264eb00e8a4b1139e8473d1b313f3e9c8c9 | |
parent | caf8f78f759328f56ef27c89eb7cb822ce005a8b (diff) | |
parent | c4264ae98025e382ae19eb8a4a933b157cafc7f3 (diff) |
Merge pull request #1685 from bskrksyp9/patch-1
BIP158: fix up code comment typo in 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, ) |