From 04e600a12d6631bbc49a28361c1274c581f5dda0 Mon Sep 17 00:00:00 2001 From: Lemuel Smyth <36257395+lemsmyth@users.noreply.github.com> Date: Fri, 28 Jan 2022 16:41:42 -0600 Subject: [PATCH] Update LBRY_Daemon.php removed not used $wallet_available variable statement. --- classes/LBRY_Daemon.php | 1 - 1 file changed, 1 deletion(-) 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.');