From 378b5a3b14ff2a13fc996e1f20245195efcb0812 Mon Sep 17 00:00:00 2001 From: gcarq Date: Sun, 1 Oct 2017 14:07:09 +0200 Subject: [PATCH] fix indentation --- config.json.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.json.example b/config.json.example index 584fb019d..c2f6668d4 100644 --- a/config.json.example +++ b/config.json.example @@ -3,14 +3,14 @@ "stake_currency": "BTC", "stake_amount": 0.05, "dry_run": false, - "minimal_roi": { - "60": 0.0, - "40": 0.01, - "20": 0.02, - "0": 0.03 - }, - "stoploss": -0.40, - "bid_strategy": { + "minimal_roi": { + "60": 0.0, + "40": 0.01, + "20": 0.02, + "0": 0.03 + }, + "stoploss": -0.40, + "bid_strategy": { "ask_last_balance": 0.0 }, "bittrex": {