exchange.get_liquidation_price removed irrelevant comment
This commit is contained in:
parent
0c8205ab3b
commit
b4a0611afc
@ -1990,7 +1990,6 @@ class Exchange:
|
|||||||
:param pair: base/quote currency pair (e.g. "ADA/USDT")
|
:param pair: base/quote currency pair (e.g. "ADA/USDT")
|
||||||
"""
|
"""
|
||||||
if self._config['dry_run'] or not self.exchange_has("fetchPositions"):
|
if self._config['dry_run'] or not self.exchange_has("fetchPositions"):
|
||||||
# Some exchanges only support one collateral type
|
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user