From 7c18ec4053f3f3f44a2acfa0ac7a87e4f36e38d9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 13 Aug 2022 11:24:55 +0200 Subject: [PATCH] Add missing key to "full" config sample --- config_examples/config_full.example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index e2e9a16fd..f076ffaf1 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -5,6 +5,7 @@ "tradable_balance_ratio": 0.99, "fiat_display_currency": "USD", "amount_reserve_percent": 0.05, + "available_capital": 1000, "amend_last_stake_amount": false, "last_stake_amount_min_ratio": 0.5, "dry_run": true,