From 81a49794d68ded1d9aca1c7bd6a606ac4375547a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 1 May 2023 19:00:45 +0200 Subject: [PATCH] default fee reserve to 2000 msat --- config_example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example.yaml b/config_example.yaml index 92804d6..f7f0c1e 100644 --- a/config_example.yaml +++ b/config_example.yaml @@ -17,6 +17,6 @@ lightning: enabled: false lnbits: lightning_fee_percent: 1.0 - lightning_reserve_fee_min: 4000 + lightning_reserve_fee_min: 2000 admin_key: 1234567897894531351ab513154 url: https://legend.lnbits.com \ No newline at end of file