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:
|
||||
return exchange in ['bitmex']
|
||||
return exchange in ['bitmex', 'bitstamp']
|
||||
|
||||
|
||||
def is_exchange_available(exchange: str, ccxt_module=None) -> bool:
|
||||
|
Loading…
Reference in New Issue
Block a user