From afb86aad209468d679cf91088d35640c1dbaa700 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Fri, 18 May 2018 15:23:30 -0700 Subject: [PATCH] Update status name --- lib/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);