Skip to content

Commit

Permalink
bugfix: Fixed the debug print in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Oct 9, 2024
1 parent 6aba503 commit a615e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ func (pool *TxPool) TxPoolPending(enforceTips bool) (map[common.AddressBytes]typ
"gasPrice": tx.GasPrice().String(),
"poolGasPrice": pool.gasPrice.String(),
"baseFee": pool.priced.urgent.baseFee.String(),
}).Debug("TX has incorrect or low miner tip")
}).Debug("TX has incorrect or low gas price")
txs = txs[:i]
break
}
Expand Down

0 comments on commit a615e8c

Please sign in to comment.