From 3e702f09ec1af25a0f523010ca4ae0128e054d23 Mon Sep 17 00:00:00 2001 From: MeshCollider Date: Tue, 30 Jan 2018 12:22:22 +1300 Subject: [PATCH] docs: Make spacing in sample config consistent --- sample-lnd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index f11c2b1f..c21e5495 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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:/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]