tiny adjustment: m1gap

This commit is contained in:
MestryOmkar 2018-10-23 11:53:58 +05:30
parent 356a13e109
commit a9e0b66e20

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