From f94fa3704a36b36d48e81a8aec9f86ec9d950c8c Mon Sep 17 00:00:00 2001 From: changgesi Date: Wed, 10 Dec 2025 19:03:04 +0800 Subject: [PATCH] chore: fix struct name in comment Signed-off-by: changgesi --- api/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pull.go b/api/pull.go index d69ca6aa4..da072884d 100644 --- a/api/pull.go +++ b/api/pull.go @@ -91,7 +91,7 @@ func newBlocksFilter(expiry time.Duration, latestHeight uint64) *blocksFilter { } } -// transactionFilter is used to get all new transactions since last request. +// transactionsFilter is used to get all new transactions since last request. // // FullTx parameters determines if the result will include only // hashes or full transaction body.