瀏覽代碼

core: upgraded block chain version

obscuren 10 年之前
父節點
當前提交
f28b2bb6ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/block_processor.go

+ 1 - 1
core/block_processor.go

@@ -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")