exchange.get_liquidation_price removed irrelevant comment

This commit is contained in:
Sam Germain 2022-01-14 05:52:16 -06:00
parent 0c8205ab3b
commit b4a0611afc

View File

@ -1990,7 +1990,6 @@ class Exchange:
:param pair: base/quote currency pair (e.g. "ADA/USDT")
"""
if self._config['dry_run'] or not self.exchange_has("fetchPositions"):
# Some exchanges only support one collateral type
return
try: