mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-21 22:42:17 +01:00
fix typo
Corrected wording in comments
This commit is contained in:
parent
caf8f78f75
commit
c4264ae980
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue