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:
parent
9045add4c0
commit
d41814ced2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user