mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-02 22:32:55 +00:00
core: upgraded block chain version
This commit is contained in:
parent
3b45fedb81
commit
f28b2bb6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import (
|
||||||
const (
|
const (
|
||||||
// must be bumped when consensus algorithm is changed, this forces the upgradedb
|
// must be bumped when consensus algorithm is changed, this forces the upgradedb
|
||||||
// command to be run (forces the blocks to be imported again using the new algorithm)
|
// command to be run (forces the blocks to be imported again using the new algorithm)
|
||||||
BlockChainVersion = 1
|
BlockChainVersion = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
var statelogger = logger.NewLogger("BLOCK")
|
var statelogger = logger.NewLogger("BLOCK")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue