Type does not need to be a list
This commit is contained in:
parent
6e615998c0
commit
c13c11cfa1
@ -74,7 +74,7 @@ CONF_SCHEMA = {
|
|||||||
'pattern': UNLIMITED_STAKE_AMOUNT
|
'pattern': UNLIMITED_STAKE_AMOUNT
|
||||||
},
|
},
|
||||||
'tradable_balance_ratio': {
|
'tradable_balance_ratio': {
|
||||||
'type': ['number'],
|
'type': 'number',
|
||||||
'minimum': 0.1,
|
'minimum': 0.1,
|
||||||
'maximum': 1,
|
'maximum': 1,
|
||||||
'default': 0.99
|
'default': 0.99
|
||||||
|
Loading…
Reference in New Issue
Block a user