Skip to content

Commit f94fa37

Browse files
committed
chore: fix struct name in comment
Signed-off-by: changgesi <changgesi@outlook.com>
1 parent bbeb971 commit f94fa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func newBlocksFilter(expiry time.Duration, latestHeight uint64) *blocksFilter {
9191
}
9292
}
9393

94-
// transactionFilter is used to get all new transactions since last request.
94+
// transactionsFilter is used to get all new transactions since last request.
9595
//
9696
// FullTx parameters determines if the result will include only
9797
// hashes or full transaction body.

0 commit comments

Comments
 (0)