From 65e0555d5bae71783dcc6af9d9ff5d7ce369e755 Mon Sep 17 00:00:00 2001 From: Tuna Date: Mon, 23 Jul 2018 14:00:29 +0700 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 9766ad9021..5befe215fc 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