Introduce a market with no 'active' field in conftest
This commit is contained in:
parent
b6e26c82ea
commit
84ba431d10
@ -318,7 +318,8 @@ def markets():
|
||||
'symbol': 'TKN/BTC',
|
||||
'base': 'TKN',
|
||||
'quote': 'BTC',
|
||||
'active': True,
|
||||
# According to ccxt, markets without active item set are also active
|
||||
# 'active': True,
|
||||
'precision': {
|
||||
'price': 8,
|
||||
'amount': 8,
|
||||
|
Loading…
Reference in New Issue
Block a user