Making the wallet stats error more verbose.
This commit is contained in:
parent
9ffbadd145
commit
151d1a80a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue