Update status name
This commit is contained in:
parent
a51ed583fa
commit
afb86aad20
@ -121,7 +121,7 @@ StatusController.prototype.sync = function(req, res) {
|
|||||||
syncPercentage: Math.round(percentage),
|
syncPercentage: Math.round(percentage),
|
||||||
height: self._block.getTip().height,
|
height: self._block.getTip().height,
|
||||||
error: null,
|
error: null,
|
||||||
type: 'flocore node'
|
type: 'flocore-node'
|
||||||
};
|
};
|
||||||
|
|
||||||
res.jsonp(info);
|
res.jsonp(info);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user