Merge branch 'develop' into feat/short

This commit is contained in:
Matthias
2022-03-30 07:09:41 +02:00
8 changed files with 35 additions and 26 deletions

View File

@@ -1247,7 +1247,7 @@ def test_create_order(default_conf, mocker, side, ordertype, rate, marketprice,
ordertype=ordertype,
side=side,
amount=1,
rate=200,
rate=rate,
leverage=1.0
)