Dan Janosik
5 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
0 additions and
2 deletions
-
routes/baseActionsRouter.js
|
|
@ -100,8 +100,6 @@ router.get("/", function(req, res, next) { |
|
|
|
// promiseResults[6]
|
|
|
|
promises.push(new Promise(function(resolve, reject) { |
|
|
|
coreApi.getBlockHeaderByHeight(coinConfig.difficultyAdjustmentBlockCount * res.locals.difficultyPeriod).then(function(difficultyPeriodFirstBlockHeader) { |
|
|
|
console.log("abc: " + JSON.stringify(difficultyPeriodFirstBlockHeader)); |
|
|
|
|
|
|
|
resolve(difficultyPeriodFirstBlockHeader); |
|
|
|
}); |
|
|
|
})); |
|
|
|