Update tests

This commit is contained in:
Matthias
2020-06-02 20:30:31 +02:00
parent b22e3a67d8
commit b74a3addc6
2 changed files with 37 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ class Ftx(Exchange):
def market_is_tradable(self, market: Dict[str, Any]) -> bool:
"""
Check if the market symbol is tradable by Freqtrade.
Default checks + check if pair is darkpool pair.
Default checks + check if pair is spot pair (no futures trading yet).
"""
parent_check = super().market_is_tradable(market)