mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
tiny adjustment: m1gap
This commit is contained in:
parent
356a13e109
commit
a9e0b66e20
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue