docs: update wording on autopilot.allocation

Fixes #681.
This commit is contained in:
Olaoluwa Osuntokun 2018-01-28 15:05:33 -08:00
parent e953c6abcf
commit 87742ce861
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 4 additions and 2 deletions

View File

@ -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