mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Merge pull request #1984 from asmodehn/bitstamp_bad
adding bitstamp to list of bad exchanges.
This commit is contained in:
commit
a0cdc63a5d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user