summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhaskar Kashyap <31563474+bskrksyp9@users.noreply.github.com>2024-10-14 22:35:43 +0530
committerGitHub <noreply@github.com>2024-10-14 22:35:43 +0530
commitc4264ae98025e382ae19eb8a4a933b157cafc7f3 (patch)
tree6ad8e264eb00e8a4b1139e8473d1b313f3e9c8c9
parentcaf8f78f759328f56ef27c89eb7cb822ce005a8b (diff)
fix typo
Corrected wording in comments
-rw-r--r--bip-0158/gentestvectors.go2
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,
)