docs: Make spacing in sample config consistent

This commit is contained in:
MeshCollider 2018-01-30 12:22:22 +13:00 committed by Olaoluwa Osuntokun
parent 61eedfbeb7
commit 3e702f09ec
1 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@
; Adding an external IP will advertise your node to the network. This signals
; that your node is available to accept incoming channels. If you don't wish to
; advertise your node, this value doesn't need to be set.
;externalip=
; externalip=
; Debug logging level.
@ -79,11 +79,11 @@
; debuglevel=info
; Write CPU profile to the specified file.
;cpuprofile=
; cpuprofile=
; Enable HTTP profiling on given port -- NOTE port must be between 1024 and
; 65536. The profile can be access at: http://localhost:<PORT>/debug/pprof/.
;profile=
; profile=
; The maximum number of incoming pending channels permitted per peer.
; maxpendingchannels=1
@ -193,10 +193,10 @@ bitcoin.node=btcd
; Connect only to the specified peers at startup. This creates a persistent
; connection to a target peer. This is recommended as there aren't many
; neutrino compliant full nodes on the test network yet.
;neutrino.connect=
; neutrino.connect=
; Add a peer to connect with at startup.
;neutrino.addpeer=
; neutrino.addpeer=
[Litecoin]