From c4264ae98025e382ae19eb8a4a933b157cafc7f3 Mon Sep 17 00:00:00 2001 From: Bhaskar Kashyap <31563474+bskrksyp9@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:35:43 +0530 Subject: fix typo Corrected wording in comments --- bip-0158/gentestvectors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) -- cgit v1.2.3