From a9e0b66e20886207ab92933d177d32a579e54ae4 Mon Sep 17 00:00:00 2001 From: MestryOmkar Date: Tue, 23 Oct 2018 11:53:58 +0530 Subject: [PATCH] tiny adjustment: m1gap --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blockchain.go b/core/blockchain.go index 9c7f75985a..7ad022f4f6 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -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