From a816fb12454cd62a306d80f493af8abcf89cb699 Mon Sep 17 00:00:00 2001 From: Joe Schr Date: Fri, 5 Feb 2021 12:43:19 +0100 Subject: [PATCH] chore(lint): lint binance example config --- config_binance.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_binance.json.example b/config_binance.json.example index 83c9748d7..4fa615d6d 100644 --- a/config_binance.json.example +++ b/config_binance.json.example @@ -12,15 +12,15 @@ "sell": 30 }, "bid_strategy": { - "use_order_book": false, "ask_last_balance": 0.0, + "use_order_book": false, "order_book_top": 1, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 } }, - "ask_strategy":{ + "ask_strategy": { "use_order_book": false, "order_book_min": 1, "order_book_max": 1,