diff --git a/lib/local_comms.js b/lib/local_comms.js index 4d0b213..72d24d3 100644 --- a/lib/local_comms.js +++ b/lib/local_comms.js @@ -586,7 +586,7 @@ function Database(){ } else { global.coinFuncs.getBlockHeaderByHash(oldestLockedBlock.hash, (err, result) => { oldestLockedBlock.height = result.height; - console.log(Got the oldest block); + console.log(`Got the oldest block`); callback(null, oldestLockedBlock); }); }