3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

FullPrunedBlockChainTest: add more debug logging.

This commit is contained in:
Mike Hearn 2013-11-13 18:04:14 +01:00
parent 9045add4c0
commit d41814ced2

View File

@ -69,6 +69,7 @@ public class FullPrunedBlockChainTest {
if (!(rule instanceof BlockAndValidity))
continue;
BlockAndValidity block = (BlockAndValidity) rule;
log.info("Testing rule " + block.ruleName + " with block hash " + block.block.getHash());
boolean threw = false;
try {
if (chain.add(block.block) != block.connects) {