mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +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 {
|
for addr, id := range p.senderIDs {
|
||||||
if id == i {
|
if id == i {
|
||||||
h delete(p.senderIDs, addr)
|
delete(p.senderIDs, addr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
delete(p.senderInfo, i)
|
delete(p.senderInfo, i)
|
||||||
|
Loading…
Reference in New Issue
Block a user