forked from Qortal/qortal
Removed logs used for debugging only
This commit is contained in:
parent
9224ffbf73
commit
618aaaf243
@ -365,11 +365,9 @@ public abstract class Bitcoiny implements ForeignBlockchain {
|
|||||||
Long now = NTP.getTime();
|
Long now = NTP.getTime();
|
||||||
boolean isCacheStale = (now != null && now - transactionsCacheTimestamp >= TRANSACTIONS_CACHE_TIMEOUT);
|
boolean isCacheStale = (now != null && now - transactionsCacheTimestamp >= TRANSACTIONS_CACHE_TIMEOUT);
|
||||||
if (!isCacheStale) {
|
if (!isCacheStale) {
|
||||||
LOGGER.info("Serving transactions from cache");
|
|
||||||
return transactionsCache;
|
return transactionsCache;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOGGER.info("Fetching transactions from ElectrumX");
|
|
||||||
|
|
||||||
Context.propagate(bitcoinjContext);
|
Context.propagate(bitcoinjContext);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user