Fixing worker so it doesn't break so bad.
This commit is contained in:
parent
bd63785cb0
commit
db1a3263e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue