Skip to content

Commit

Permalink
Merge pull request #1685 from bskrksyp9/patch-1
Browse files Browse the repository at this point in the history
BIP158: fix up code comment typo in gentestvectors.go
  • Loading branch information
jonatack authored Oct 14, 2024
2 parents caf8f78 + c4264ae commit 71aafb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0158/gentestvectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 71aafb2

Please sign in to comment.