mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
Fix erroneous incarnation for accounts created and called in the same block (e.g. 0x2c785fa15498fe27f1fc5f809bcd9c10c9481752) (#389)
This commit is contained in:
parent
aeed1657c7
commit
2866bc5448
@ -862,6 +862,7 @@ func updateAccount(ctx context.Context, stateWriter StateWriter, addr common.Add
|
||||
if err := stateWriter.CreateContract(addr); err != nil {
|
||||
return err
|
||||
}
|
||||
stateObject.created = false
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user