core: seperated proccing mutex and getting mutex

This commit is contained in:
obscuren
2015-04-28 17:48:46 +02:00
parent 9f32117457
commit 7ac24d551b
2 changed files with 51 additions and 45 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 = 3
BlockChainVersion = 2
)
var statelogger = logger.NewLogger("BLOCK")