Skip to content

Commit

Permalink
Update core/src/main/java/bisq/core/dao/monitoring/DaoStateMonitoring…
Browse files Browse the repository at this point in the history
…Service.java

Co-Authored-By: sqrrm <[email protected]>
  • Loading branch information
chimp1984 and sqrrm authored Sep 1, 2019
1 parent 8521164 commit 3412725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ private void updateHashChain(Block block) {
UserThread.runAfter(() -> daoStateNetworkService.broadcastMyStateHash(myDaoStateHash), delayInSec);
}
long duration = System.currentTimeMillis() - ts;
// We don't want to spam the outpu. We log accumulated time after parsing is completed.
// We don't want to spam the output. We log accumulated time after parsing is completed.
log.trace("updateHashChain for block {} took {} ms",
block.getHeight(),
duration);
Expand Down

0 comments on commit 3412725

Please sign in to comment.