Type does not need to be a list

This commit is contained in:
Matthias 2020-01-02 14:41:28 +01:00
parent 6e615998c0
commit c13c11cfa1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CONF_SCHEMA = {
'pattern': UNLIMITED_STAKE_AMOUNT
},
'tradable_balance_ratio': {
'type': ['number'],
'type': 'number',
'minimum': 0.1,
'maximum': 1,
'default': 0.99