Update LBRY_Daemon.php
removed not used $wallet_available variable statement.
This commit is contained in:
parent
cb2239e403
commit
04e600a12d
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class LBRY_Daemon
|
||||||
try { // Convert JSON string to an object
|
try { // Convert JSON string to an object
|
||||||
$result = $this->request('wallet_balance');
|
$result = $this->request('wallet_balance');
|
||||||
return $result;
|
return $result;
|
||||||
$wallet_balance = $result;
|
|
||||||
} catch (LBRYDaemonException $e) {
|
} catch (LBRYDaemonException $e) {
|
||||||
$this->logger->log('account_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
|
$this->logger->log('account_balance error', $e->getMessage() . ' | Code: ' . $e->getCode());
|
||||||
LBRY()->notice->set_notice('error', 'Issue getting account balance.');
|
LBRY()->notice->set_notice('error', 'Issue getting account balance.');
|
||||||
|
|
Loading…
Reference in a new issue