@ -74,6 +74,7 @@ Insight.prototype.getTransaction = function(txid, cb) {
var args = {
method: 'GET',
url: url,
json: true,
};
request(args, function(err, res, tx) {
@ -117,6 +118,7 @@ Insight.prototype.getAddressActivity = function(address, cb) {
request(args, function(err, res, result) {