Fix missing comma in example.json
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"unfilledtimeout": {
|
"unfilledtimeout": {
|
||||||
"buy":10,
|
"buy":10,
|
||||||
"sell":30
|
"sell":30
|
||||||
}
|
},
|
||||||
"bid_strategy": {
|
"bid_strategy": {
|
||||||
"ask_last_balance": 0.0
|
"ask_last_balance": 0.0
|
||||||
},
|
},
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
"unfilledtimeout": {
|
"unfilledtimeout": {
|
||||||
"buy":10,
|
"buy":10,
|
||||||
"sell":30
|
"sell":30
|
||||||
}
|
},
|
||||||
"bid_strategy": {
|
"bid_strategy": {
|
||||||
"ask_last_balance": 0.0
|
"ask_last_balance": 0.0
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user