mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-11 12:24:13 +00:00
Should not be in Git
This commit is contained in:
parent
0dbd944b88
commit
74e388bc2f
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user