Fix GETINFO supply value
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user