Introduce a market with no 'active' field in conftest

This commit is contained in:
hroff-1902 2019-10-17 19:05:50 +03:00
parent b6e26c82ea
commit 84ba431d10
1 changed files with 2 additions and 1 deletions

View File

@ -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,