diff --git a/lib/worker.js b/lib/worker.js index 6b0a171..e91ab39 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -450,7 +450,7 @@ function updateBlockHeader() { ts: body.result.block_header.timestamp })]); } else if (body.result.block_header.hash === lastBlockHash) { - console.debug("Block headers identical to historical header. Ignoring"); + console.log("Block headers identical to historical header. Ignoring"); } else { console.error("GetLastBlockHeader Error during block header update"); }