diff --git a/lib/explorer.js b/lib/explorer.js index 5ed071e..e9267d8 100644 --- a/lib/explorer.js +++ b/lib/explorer.js @@ -409,7 +409,7 @@ module.exports = { if (err) return cb('There was an error. Check your console.'); else - return cb(response); + return cb(response.moneysupply); }); } else if (settings.supply == 'BALANCES') { module.exports.balance_supply(function(supply) {