1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #1685 from bskrksyp9/patch-1

BIP158: fix up code comment typo in gentestvectors.go
This commit is contained in:
Jon Atack 2024-10-14 13:01:01 -07:00 committed by GitHub
commit 71aafb2a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,7 +223,7 @@ func main() {
} }
// We'll now ensure that we've constructed the same filter as // 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( filter, err := client.GetCFilter(
blockHash, wire.GCSFilterRegular, blockHash, wire.GCSFilterRegular,
) )