mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
save (#508)
This commit is contained in:
parent
2a6be9cb92
commit
7aa540e6fa
@ -250,7 +250,7 @@ func (c *Coherent) OnNewBlock(stateChanges *remote.StateChangeBatch) {
|
||||
k := make([]byte, 32)
|
||||
c.hasher.Sum(k)
|
||||
c.addCode(k, sc.Changes[i].Code, r, id)
|
||||
case remote.Action_DELETE:
|
||||
case remote.Action_REMOVE:
|
||||
addr := gointerfaces.ConvertH160toAddress(sc.Changes[i].Address)
|
||||
c.add(addr[:], nil, r, id)
|
||||
case remote.Action_STORAGE:
|
||||
|
Loading…
Reference in New Issue
Block a user