mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
lint : fix lint
This commit is contained in:
parent
3008b04252
commit
5f8f8988ec
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue