From 1cf5ee279de30975e400586e77626227a6513b75 Mon Sep 17 00:00:00 2001
From: "alex.sharov" <AskAlexSharov@gmail.com>
Date: Fri, 30 Oct 2020 12:09:55 +0700
Subject: [PATCH] add incarnation definition

---
 common/dbutils/bucket.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/dbutils/bucket.go b/common/dbutils/bucket.go
index 87c57de6a1..00980b5b3e 100644
--- a/common/dbutils/bucket.go
+++ b/common/dbutils/bucket.go
@@ -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:
-- 
GitLab