mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
Merge pull request #3096 from grunch/add-minchansize-to-sample-conf
Add minchansize to sample config file
This commit is contained in:
commit
339080394d
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@
|
||||||
; network.
|
; network.
|
||||||
; nobootstrap=1
|
; 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
|
; The alias your node will use, which can be up to 32 UTF-8 characters in
|
||||||
; length.
|
; length.
|
||||||
; alias=My Lightning ☇
|
; alias=My Lightning ☇
|
||||||
|
|
Loading…
Add table
Reference in a new issue