diff --git a/lib/worker.js b/lib/worker.js index ad47ba1..cc0268b 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -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');