validate defaults in documentation

This commit is contained in:
Matthias
2019-11-25 12:56:05 +01:00
parent d1511a1085
commit e7c17df844
2 changed files with 31 additions and 31 deletions

View File

@@ -93,8 +93,8 @@ CONF_SCHEMA = {
'unfilledtimeout': {
'type': 'object',
'properties': {
'buy': {'type': 'number', 'minimum': 3},
'sell': {'type': 'number', 'minimum': 10}
'buy': {'type': 'number', 'minimum': 1},
'sell': {'type': 'number', 'minimum': 1}
}
},
'bid_strategy': {