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');
|
$result = $this->request('wallet_balance');
|
||||||
return $result;
|
return $result;
|
||||||
} catch (LBRYDaemonException $e) {
|
} catch (LBRYDaemonException $e) {
|
||||||
$this->logger->log('account_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
|
$this->logger->log('wallet_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
|
||||||
LBRY()->notice->set_notice('error', 'Issue getting account balance.');
|
LBRY()->notice->set_notice('error', 'Issue getting wallet balance.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue