mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
add incarnation definition
This commit is contained in:
parent
21f289ba74
commit
1cf5ee279d
@ -10,7 +10,8 @@ import (
|
||||
|
||||
// Buckets
|
||||
var (
|
||||
// "Plain State". The same as CurrentStateBucket, but the keys arent' hashed.
|
||||
// "Plain State" - state where keys arent' hashed. "CurrentState" - same, but keys are hashed. "PlainState" used for blocks execution. "CurrentState" used mostly for Merkle root calculation.
|
||||
// "incarnation" - uint64 number - how much times given account was SelfDestruct'ed.
|
||||
|
||||
/*
|
||||
Logical layout:
|
||||
|
Loading…
Reference in New Issue
Block a user