Fixing worker so it doesn't break so bad.

master
Alexander Blair 7 years ago
parent bd63785cb0
commit db1a3263e4

@ -450,7 +450,7 @@ function updateBlockHeader() {
ts: body.result.block_header.timestamp ts: body.result.block_header.timestamp
})]); })]);
} else if (body.result.block_header.hash === lastBlockHash) { } 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 { } else {
console.error("GetLastBlockHeader Error during block header update"); console.error("GetLastBlockHeader Error during block header update");
} }

Loading…
Cancel
Save