Update local_comms.js

master
MineMoneroPRO 7 years ago committed by GitHub
parent 2404d3a0ec
commit 77786e73dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save