diff --git a/classes/LBRY_Daemon.php b/classes/LBRY_Daemon.php index 483f986..fc05e41 100644 --- a/classes/LBRY_Daemon.php +++ b/classes/LBRY_Daemon.php @@ -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.');