fixing btc

This commit is contained in:
martind2000 2017-06-12 13:27:05 +01:00
parent 3bb38fc15a
commit 3d444486f1

View File

@ -22,6 +22,7 @@
data += chunk; data += chunk;
}); });
response.on('end', function() { response.on('end', function() {
console.log('>> data', data);
callback(JSON.parse(data), r); callback(JSON.parse(data), r);
}); });
response.on('error', function(e) { response.on('error', function(e) {