From 84b105c82b5a05351fbc60d9143449885ae1ea6c Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Thu, 23 Nov 2017 18:41:25 +0200 Subject: [PATCH] fix invalid json in example config --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 056b9201e..ade830c43 100644 --- a/config.json.example +++ b/config.json.example @@ -6,7 +6,7 @@ "minimal_roi": { "40": 0.0, "30": 0.01, - "20": 0.02 + "20": 0.02, "0": 0.04 }, "stoploss": -0.40,