mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-12 02:41:15 +00:00
adding bitstamp to list of bad exchanges.
This commit is contained in:
@@ -723,7 +723,7 @@ class Exchange(object):
|
|||||||
|
|
||||||
|
|
||||||
def is_exchange_bad(exchange: str) -> bool:
|
def is_exchange_bad(exchange: str) -> bool:
|
||||||
return exchange in ['bitmex']
|
return exchange in ['bitmex', 'bitstamp']
|
||||||
|
|
||||||
|
|
||||||
def is_exchange_available(exchange: str, ccxt_module=None) -> bool:
|
def is_exchange_available(exchange: str, ccxt_module=None) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user