Merge pull request #90 from ngtuna/master

tiny adjustment: m1gap
This commit is contained in:
Tuna 2018-07-23 14:01:59 +07:00 committed by GitHub
commit b28c4af0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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