http: fix for ckpool (getblocktemplate).
This commit is contained in:
parent
c80c242738
commit
3ac0d3de78
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user