From 8a31da9d094c3a1264088bb5dd3d7c5a23e59d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Sat, 18 May 2019 12:31:32 -0300 Subject: [PATCH] Add minchansize to sample config file --- sample-lnd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample-lnd.conf b/sample-lnd.conf index c732cd12a..0f38bb156 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -133,6 +133,10 @@ ; network. ; nobootstrap=1 +; The smallest channel size (in satoshis) that we should accept. Incoming +; channels smaller than this will be rejected, default value 20000. +; minchansize= + ; The alias your node will use, which can be up to 32 UTF-8 characters in ; length. ; alias=My Lightning ☇