diff options
author | Sonic <sonic@dexon.org> | 2019-05-13 08:42:12 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-05-13 08:42:12 +0800 |
commit | ad2e2dbf2115319c35b806abe823b8cf27e4e96e (patch) | |
tree | 8781caffb5070f74ae1612d66bc4a5041aa08cae /core/rawdb/schema.go | |
parent | 31f99d2c7da15226627ea71acd8bd55093c6e7f8 (diff) | |
download | dexon-s-lds.tar dexon-s-lds.tar.gz dexon-s-lds.tar.bz2 dexon-s-lds.tar.lz dexon-s-lds.tar.xz dexon-s-lds.tar.zst dexon-s-lds.zip |
tmps-lds
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") |