Update LBRY_Daemon.php
This commit is contained in:
parent
04e600a12d
commit
3aed9ece2e
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ class LBRY_Daemon
|
|||
$result = $this->request('wallet_balance');
|
||||
return $result;
|
||||
} catch (LBRYDaemonException $e) {
|
||||
$this->logger->log('account_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
|
||||
LBRY()->notice->set_notice('error', 'Issue getting account balance.');
|
||||
$this->logger->log('wallet_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
|
||||
LBRY()->notice->set_notice('error', 'Issue getting wallet balance.');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue