From 707a5fca919d1561413733f3182357f7cffdd8d8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 31 Mar 2019 13:30:22 +0200 Subject: [PATCH] ifix typos in full_json_example --- config_full.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_full.json.example b/config_full.json.example index 357a8f525..58d3d3ac6 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -39,12 +39,12 @@ "buy": "limit", "sell": "limit", "stoploss": "market", - "stoploss_on_exchange": "false", + "stoploss_on_exchange": false, "stoploss_on_exchange_interval": 60 }, "order_time_in_force": { "buy": "gtc", - "sell": "gtc", + "sell": "gtc" }, "pairlist": { "method": "VolumePairList",