diff options
Diffstat (limited to 'core/rawdb/schema.go')
-rw-r--r-- | core/rawdb/schema.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/rawdb/schema.go b/core/rawdb/schema.go index 5b92891df..cd7c1dbc9 100644 --- a/core/rawdb/schema.go +++ b/core/rawdb/schema.go @@ -38,6 +38,8 @@ var ( // headFastBlockKey tracks the latest known incomplete block's hash during fast sync. headFastBlockKey = []byte("LastFast") + headGovStateKey = []byte("LastGovState") + // fastTrieProgressKey tracks the number of trie entries imported during fast sync. fastTrieProgressKey = []byte("TrieSync") |