mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
AbstractBlockChain: Correct minor logging issue
This commit is contained in:
parent
8a74b3da2c
commit
4c0930a961
@ -414,7 +414,7 @@ public abstract class AbstractBlockChain {
|
||||
if (filtered && filteredTxn.size() > 0) {
|
||||
// Some temp debug logging to try and track down where transactions are going missing.
|
||||
log.info("Block {} connects to top of best chain with {} transaction(s)",
|
||||
block.getHashAsString(), filteredTxn.size() + filteredTxHashList.size());
|
||||
block.getHashAsString(), filteredTxn.size());
|
||||
for (Sha256Hash hash : filteredTxHashList) log.info(" matched tx {}", hash);
|
||||
}
|
||||
if (expensiveChecks && block.getTimeSeconds() <= getMedianTimestampOfRecentBlocks(head, blockStore))
|
||||
|
Loading…
x
Reference in New Issue
Block a user