Don't use current rate for closed trades

This commit is contained in:
Matthias
2021-04-17 19:29:34 +02:00
parent 3b53c88dbe
commit 44bfb53668
3 changed files with 7 additions and 6 deletions

View File

@@ -773,7 +773,6 @@ def test_api_status(botclient, mocker, ticker, fee, markets):
assert rc.json()[0] == {
'amount': 123.0,
'amount_requested': 123.0,
'base_currency': 'BTC',
'close_date': None,
'close_timestamp': None,
'close_profit': None,