Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop committed Dec 25, 2023
1 parent 73a3ae3 commit c14278e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ loop:

case (errors.Is(err, core.ErrInsufficientFunds) || errors.Is(errors.Unwrap(err), core.ErrInsufficientFunds)):
log.Trace("Skipping tx with insufficient funds", "sender", from, "tx", tx.Hash().String())
txs.Pop()
w.eth.TxPool().RemoveTx(tx.Hash(), true)

default:
Expand Down

0 comments on commit c14278e

Please sign in to comment.