aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-21 00:12:05 +0800
committerobscuren <geffobscura@gmail.com>2015-04-21 00:12:05 +0800
commitf28b2bb6edad287ae418abc7b9ef5e147df84886 (patch)
treeecb136040af85c83e05452b7ebc63364b14997fc /core
parent3b45fedb81dade6fc65c663c76856a07261f30d0 (diff)
downloadgo-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.tar
go-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.tar.gz
go-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.tar.bz2
go-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.tar.lz
go-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.tar.xz
go-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.tar.zst
go-tangerine-f28b2bb6edad287ae418abc7b9ef5e147df84886.zip
core: upgraded block chain version
Diffstat (limited to 'core')
-rw-r--r--core/block_processor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/block_processor.go b/core/block_processor.go
index 3030af27d..4c70872ac 100644
--- a/core/block_processor.go
+++ b/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")