Lower minimum tradeable value

This commit is contained in:
Matthias 2019-11-23 15:41:09 +01:00
parent a3415e52c0
commit 4dc0631a4b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ CONF_SCHEMA = {
'stake_currency': {'type': 'string', 'enum': ['BTC', 'XBT', 'ETH', 'USDT', 'EUR', 'USD']},
'stake_amount': {
"type": ["number", "string"],
"minimum": 0.0005,
"minimum": 0.0001,
"pattern": UNLIMITED_STAKE_AMOUNT
},
'fiat_display_currency': {'type': 'string', 'enum': SUPPORTED_FIAT},