Update status name

This commit is contained in:
Sky Young 2018-05-18 15:23:30 -07:00
parent a51ed583fa
commit afb86aad20

View File

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