add lbc image, fix wallet balance #43

Merged
lemsmyth merged 3 commits from wallet-balance-fix into master 2022-01-31 15:12:43 +01:00
Showing only changes of commit 04e600a12d - Show all commits

View file

@ -79,7 +79,6 @@ class LBRY_Daemon
try { // Convert JSON string to an object
$result = $this->request('wallet_balance');
return $result;
$wallet_balance = $result;
} catch (LBRYDaemonException $e) {
$this->logger->log('account_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
LBRY()->notice->set_notice('error', 'Issue getting account balance.');