Merge branch 'develop' into money_mgt

This commit is contained in:
misagh
2018-10-23 19:33:13 +02:00
31 changed files with 206 additions and 115 deletions

View File

@@ -165,7 +165,9 @@ CONF_SCHEMA = {
},
'uniqueItems': True
},
'outdated_offset': {'type': 'integer', 'minimum': 1}
'outdated_offset': {'type': 'integer', 'minimum': 1},
'ccxt_config': {'type': 'object'},
'ccxt_async_config': {'type': 'object'}
},
'required': ['name', 'key', 'secret', 'pair_whitelist']
},