Update local_comms.js

This commit is contained in:
MineMoneroPRO 2017-11-10 00:47:26 +03:00 committed by GitHub
parent 2404d3a0ec
commit 77786e73dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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