mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Don't evaluate comment in waves exchange
This commit is contained in:
parent
a0a5ccc445
commit
57316e1875
|
@ -2176,7 +2176,7 @@ def test_api_exchanges(botclient):
|
|||
"valid": True,
|
||||
"supported": False,
|
||||
"dex": True,
|
||||
"comment": "",
|
||||
"comment": ANY,
|
||||
"trade_modes": [{"trading_mode": "spot", "margin_mode": ""}],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user