Update tests for new wallet RPC structure

This commit is contained in:
Matthias
2022-02-22 19:30:07 +01:00
parent 13e74c5693
commit d07a24a54f
4 changed files with 20 additions and 1 deletions

View File

@@ -568,7 +568,6 @@ class RPC:
def _rpc_balance(self, stake_currency: str, fiat_display_currency: str) -> Dict:
""" Returns current account balance per crypto """
currencies = []
positions = []
total = 0.0
try:
tickers = self._freqtrade.exchange.get_tickers(cached=True)