From 5f8f8988ec405c585abbb94668c75d30727cc6ca Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Mon, 21 Nov 2022 18:28:23 +0530 Subject: [PATCH] lint : fix lint --- internal/ethapi/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 4d8187121d7e..082dfea66fa9 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1616,6 +1616,7 @@ type PublicTransactionPoolAPI struct { } // returns block transactions along with state-sync transaction if present +// nolint: unparam func (api *PublicTransactionPoolAPI) getAllBlockTransactions(ctx context.Context, block *types.Block) (types.Transactions, bool) { txs := block.Transactions()