Skip to content

Commit

Permalink
Merge pull request ethereum#90 from ngtuna/master
Browse files Browse the repository at this point in the history
tiny adjustment: m1gap
  • Loading branch information
ngtuna authored Jul 23, 2018
2 parents abf4f09 + 65e0555 commit b28c4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b28c4af

Please sign in to comment.