tiny adjustment: m1gap

This commit is contained in:
Tuna 2018-07-23 14:00:29 +07:00 committed by dinhln89
parent 8222e62f13
commit 5b5409066b

View file

@ -62,7 +62,7 @@ const (
// BlockChainVersion ensures that an incompatible database forces a resync from scratch. // BlockChainVersion ensures that an incompatible database forces a resync from scratch.
BlockChainVersion = 3 BlockChainVersion = 3
M1Gap = 3 M1Gap = 5
) )
// CacheConfig contains the configuration values for the trie caching/pruning // CacheConfig contains the configuration values for the trie caching/pruning