Commit f28b2bb6 authored by obscuren's avatar obscuren

core: upgraded block chain version

parent 3b45fedb
......@@ -21,7 +21,7 @@ import (
const (
// 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)
BlockChainVersion = 1
BlockChainVersion = 2
)
var statelogger = logger.NewLogger("BLOCK")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment