core, eth: fix database version (#18429)
* core, eth: fix database version * eth: polish error message
This commit is contained in:
committed by
Péter Szilágyi
parent
2eb838ed97
commit
d5cad488be
@ -65,7 +65,7 @@ const (
|
||||
triesInMemory = 128
|
||||
|
||||
// BlockChainVersion ensures that an incompatible database forces a resync from scratch.
|
||||
BlockChainVersion = 3
|
||||
BlockChainVersion uint64 = 3
|
||||
)
|
||||
|
||||
// CacheConfig contains the configuration values for the trie caching/pruning
|
||||
|
Reference in New Issue
Block a user