1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00
Corrected wording in comments
This commit is contained in:
Bhaskar Kashyap 2024-10-14 22:35:43 +05:30 committed by GitHub
parent caf8f78f75
commit c4264ae980
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
// the chain server we're fetching blocks form.
// the chain server we're fetching blocks from.
filter, err := client.GetCFilter(
blockHash, wire.GCSFilterRegular,
)