Making the wallet stats error more verbose.

master
Alexander Blair 7 years ago
parent 9ffbadd145
commit 151d1a80a0

@ -455,7 +455,7 @@ function updateWalletStats() {
}
], function (err, results) {
if (err) {
return console.error(err);
return console.error("Unable to get wallet stats: " + results);
}
global.database.setCache('walletStateInfo', results);
let history = global.database.getCache('walletHistory');

Loading…
Cancel
Save