mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
evic
This commit is contained in:
parent
d491e4c093
commit
d9dae8199b
@ -337,7 +337,6 @@ func (p *TxPool) OnNewBlock(tx kv.Tx, stateChanges map[string]senderInfo, unwind
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// evict sendersInfo without txs
|
||||
if len(p.senderIDs) > MaxSendersInfoCache {
|
||||
for i := range p.senderInfo {
|
||||
@ -352,7 +351,6 @@ func (p *TxPool) OnNewBlock(tx kv.Tx, stateChanges map[string]senderInfo, unwind
|
||||
delete(p.senderInfo, i)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user