Update local_comms.js
This commit is contained in:
parent
2404d3a0ec
commit
77786e73dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue