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

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