replace 'open_orders' with "has_open_orders" in api

This commit is contained in:
Matthias
2023-09-09 08:35:03 +02:00
parent f4e5ce892b
commit 067c9219b6
5 changed files with 9 additions and 16 deletions
+2 -2
View File
@@ -1446,7 +1446,7 @@ def test_to_json(fee):
'price_precision': 7.0,
'precision_mode': 1,
'orders': [],
'open_orders': [],
'has_open_orders': False,
}
# Simulate dry_run entries
@@ -1532,7 +1532,7 @@ def test_to_json(fee):
'price_precision': 8.0,
'precision_mode': 2,
'orders': [],
'open_orders': [],
'has_open_orders': False,
}