From 57f3f80cbbf524adf560d1104cafb842bc4b1f2c Mon Sep 17 00:00:00 2001 From: xmatthias Date: Sat, 30 Jun 2018 17:37:34 +0200 Subject: [PATCH] Fix missing comma in example.json --- config_full.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_full.json.example b/config_full.json.example index 5f104b132..fd74cea41 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -17,7 +17,7 @@ "unfilledtimeout": { "buy":10, "sell":30 - } + }, "bid_strategy": { "ask_last_balance": 0.0 },