mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-18 16:44:12 +00:00
add incarnation definition
This commit is contained in:
parent
21f289ba74
commit
1cf5ee279d
@ -10,7 +10,8 @@ import (
|
|||||||
|
|
||||||
// Buckets
|
// Buckets
|
||||||
var (
|
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:
|
Logical layout:
|
||||||
|
Loading…
Reference in New Issue
Block a user