core: bump database version

This commit is contained in:
obscuren 2015-04-28 17:32:51 +02:00
parent a4b79f1dac
commit 9f32117457
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 2
BlockChainVersion = 3
)
var statelogger = logger.NewLogger("BLOCK")