Add initial rpc test

This commit is contained in:
Matthias
2022-02-23 07:40:15 +01:00
parent d07a24a54f
commit 62c42a73e2
4 changed files with 177 additions and 34 deletions

View File

@@ -141,7 +141,6 @@ class Wallets:
if currency not in balances:
del self._wallets[currency]
# TODO-lev: Implement dry-run/backtest counterpart
positions = self._exchange.get_positions()
self._positions = {}
for position in positions: