From db1a3263e4b9de25c42df984ef89e7a0d00d25ac Mon Sep 17 00:00:00 2001 From: Alexander Blair Date: Wed, 17 May 2017 07:10:26 -0700 Subject: [PATCH] Fixing worker so it doesn't break so bad. --- lib/worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }