http: fix for ckpool (getblocktemplate).

This commit is contained in:
Christopher Jeffrey 2017-02-26 04:03:27 -08:00
parent c80c242738
commit 3ac0d3de78
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -615,7 +615,7 @@ HTTPServer.prototype._init = function _init() {
}
if (!array) {
res.send(200, out[0]);
res.send(200, JSON.stringify(out[0]), 'json');
return;
}