Fixed syntax issue
This commit is contained in:
parent
869a7c21b4
commit
11b0a58351
@ -1116,7 +1116,7 @@ BlockService.prototype._sync = function() {
|
|||||||
log.info('Block Service: querying header service for next block using tip: ' + self._tip.hash);
|
log.info('Block Service: querying header service for next block using tip: ' + self._tip.hash);
|
||||||
|
|
||||||
self._header.getEndHash(self._tip, self._readAheadBlockCount, function(err, targetHash, endHash) {
|
self._header.getEndHash(self._tip, self._readAheadBlockCount, function(err, targetHash, endHash) {
|
||||||
log.info('Value of targetHash is: ' + targetHash + ' and value of endHash is: ' + endHash + ' and value of self._readAheadBlockCount is: ' + self._readAheadBlockCount); );
|
log.info('Value of targetHash is: ' + targetHash + ' and value of endHash is: ' + endHash + ' and value of self._readAheadBlockCount is: ' + self._readAheadBlockCount);
|
||||||
if(err) {
|
if(err) {
|
||||||
self._processingBlock = false;
|
self._processingBlock = false;
|
||||||
return self._handleError(err);
|
return self._handleError(err);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user