Fix GETINFO supply value

This commit is contained in:
joeuhren
2020-11-22 18:09:16 -07:00
parent ea54a79de0
commit 95a6fb4a84
+1 -1
View File
@@ -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) {