add incarnation definition

This commit is contained in:
alex.sharov 2020-10-30 12:09:55 +07:00
parent 21f289ba74
commit 1cf5ee279d

View File

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