Skip to content

Commit

Permalink
lint : fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma committed Nov 21, 2022
1 parent 3008b04 commit 5f8f898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5f8f898

Please sign in to comment.