From 87742ce861e9bdbc5ceab4695150199f3077f3f3 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 28 Jan 2018 15:05:33 -0800 Subject: [PATCH] docs: update wording on autopilot.allocation Fixes #681. --- sample-lnd.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 3f7418b7..2a3c1a0c 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -248,6 +248,8 @@ litecoin.node=btcd ; The maximum number of channels that should be created. ; autopilot.maxchannels=5 -; The percentage of total funds that should be committed to automatic channel -; establishment +; The fraction of total funds that should be committed to automatic channel +; establishment. For example 0.6 means that 60% of the total funds available +; within the wallet should be used to automatically establish channels. The total +; amount of attempted channels will still respect the maxchannels param. ; autopilot.allocation=0.6