mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-27 18:46:27 +02:00
fix typo
Corrected wording in comments
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user