mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
save isLocalHistory to db
This commit is contained in:
parent
ad711366fe
commit
4902499fa1
@ -356,7 +356,7 @@ func (p *TxPool) OnNewBlock(coreDB kv.Tx, stateChanges map[string]senderInfo, un
|
||||
}
|
||||
for addr, id := range p.senderIDs {
|
||||
if id == i {
|
||||
h delete(p.senderIDs, addr)
|
||||
delete(p.senderIDs, addr)
|
||||
}
|
||||
}
|
||||
delete(p.senderInfo, i)
|
||||
|
Loading…
Reference in New Issue
Block a user