mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
Don't output an info log for every block downloaded.
This commit is contained in:
@@ -166,7 +166,7 @@ public class BlockChain {
|
||||
if (storedPrev.equals(chainHead)) {
|
||||
// This block connects to the best known block, it is a normal continuation of the system.
|
||||
setChainHead(newStoredBlock);
|
||||
log.info("Chain is now {} blocks high", chainHead.getHeight());
|
||||
log.trace("Chain is now {} blocks high", chainHead.getHeight());
|
||||
if (newTransactions != null)
|
||||
sendTransactionsToWallet(newStoredBlock, NewBlockType.BEST_CHAIN, newTransactions);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user