diff --git a/core/block_processor.go b/core/block_processor.go
index 3030af27de52eb5dfab7c9e485737398973315df..4c70872ac1dc5856be6995a77dc28b995d33184b 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")