From 77786e73dcbfcd159a1a6642e11322b226fda836 Mon Sep 17 00:00:00 2001 From: MineMoneroPRO Date: Fri, 10 Nov 2017 00:47:26 +0300 Subject: [PATCH] Update local_comms.js --- lib/local_comms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }