Should not be in Git

This commit is contained in:
romanman 2014-08-17 13:29:15 +03:00
parent 0dbd944b88
commit 74e388bc2f
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ public class Blockchain {
String worldStateRootHash = Hex.toHexString(WorldManager.getInstance().getRepository().getWorldState().getRootHash());
if(!blockStateRootHash.equals(worldStateRootHash)){
logger.warn("BLOCK: STATE CONFLICT! block: {} worldstate {} mismatch", block.getNumber(), worldStateRootHash);
repository.close();
System.exit(-1); // Don't add block
// repository.close();
// System.exit(-1); // Don't add block
}
}