Fix missing comma in example.json

This commit is contained in:
xmatthias 2018-06-30 17:37:34 +02:00
parent 98108a78f1
commit 14e12bd3c0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"unfilledtimeout": {
"buy":10,
"sell":30
}
},
"bid_strategy": {
"ask_last_balance": 0.0
},

View File

@ -15,7 +15,7 @@
"unfilledtimeout": {
"buy":10,
"sell":30
}
},
"bid_strategy": {
"ask_last_balance": 0.0
},