tiny adjustment: m1gap

This commit is contained in:
Tuna 2018-07-23 14:00:29 +07:00
parent abf4f09b6b
commit 65e0555d5b

View file

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