Fixing worker so it doesn't break so bad.

This commit is contained in:
Alexander Blair 2017-05-17 07:10:26 -07:00
parent bd63785cb0
commit db1a3263e4

View file

@ -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");
}