mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 13:01:21 +00:00
fix log usage
This commit is contained in:
parent
0d45034fbb
commit
34d5c79362
@ -1581,7 +1581,7 @@ func (p *TxPool) flushLocked(tx kv.RwTx) (err error) {
|
|||||||
|
|
||||||
addr, ok := p.senders.senderID2Addr[metaTx.Tx.SenderID]
|
addr, ok := p.senders.senderID2Addr[metaTx.Tx.SenderID]
|
||||||
if !ok {
|
if !ok {
|
||||||
log.Warn("[txpool] flush: sender address not found by ID", metaTx.Tx.SenderID)
|
log.Warn("[txpool] flush: sender address not found by ID", "senderID", metaTx.Tx.SenderID)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user