Skip to content

Commit

Permalink
query: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDaisy committed Jan 21, 2024
1 parent 47ec1af commit 0df5cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ func (q *cfiltersQuery) handleResponse(req, resp wire.Message,
}

// prepareCFiltersQuery creates a cfiltersQuery that can be used to fetch a
// CFilter fo the given block hash.
// CFilter for the given block hash.
func (s *ChainService) prepareCFiltersQuery(blockHash chainhash.Hash,
filterType wire.FilterType, batchType optimisticBatchType,
maxBatchSize int64) (*cfiltersQuery, error) {
Expand Down

0 comments on commit 0df5cf5

Please sign in to comment.