save isLocalHistory to db

This commit is contained in:
alex.sharov 2021-08-13 12:24:14 +07:00
parent ad711366fe
commit 4902499fa1

View File

@ -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)