diff --git a/lib/status.js b/lib/status.js index 809d18b..23f6116 100644 --- a/lib/status.js +++ b/lib/status.js @@ -121,7 +121,7 @@ StatusController.prototype.sync = function(req, res) { syncPercentage: Math.round(percentage), height: self._block.getTip().height, error: null, - type: 'flocore node' + type: 'flocore-node' }; res.jsonp(info);