remove poloniex from CONF_SCHEMA

This commit is contained in:
gcarq 2017-09-11 14:06:52 +02:00
parent f91cd8ea96
commit ffa32df40f
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ CONF_SCHEMA = {
'minProperties': 1
},
'stoploss': {'type': 'number', 'maximum': 0, 'exclusiveMaximum': True},
'poloniex': {'$ref': '#/definitions/exchange'},
'bittrex': {'$ref': '#/definitions/exchange'},
'telegram': {
'type': 'object',