ticker_interval as int (instead of string)

This commit is contained in:
Samuel Husso
2018-01-22 10:39:26 +02:00
parent 408f120612
commit 757a46ab12
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"stake_amount": 0.05,
"fiat_display_currency": "USD",
"dry_run": false,
"ticker_interval": "5",
"ticker_interval": 5,
"minimal_roi": {
"40": 0.0,
"30": 0.01,