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',
|
'symbol': 'TKN/BTC',
|
||||||
'base': 'TKN',
|
'base': 'TKN',
|
||||||
'quote': 'BTC',
|
'quote': 'BTC',
|
||||||
'active': True,
|
# According to ccxt, markets without active item set are also active
|
||||||
|
# 'active': True,
|
||||||
'precision': {
|
'precision': {
|
||||||
'price': 8,
|
'price': 8,
|
||||||
'amount': 8,
|
'amount': 8,
|
||||||
|
Loading…
Reference in New Issue
Block a user