Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 909f34c

Browse files
authored
readme: removed section headers in lnd.conf
1 parent 77d08af commit 909f34c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ npm start
3030
In development mode, the app will look for an lnd.conf in the default location for your platform. See [`lnd.conf` details](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#creating-an-lndconf-optional). A typical lnd.conf for running on simnet will look like the following:
3131

3232
```
33-
[Application Options]
3433
debuglevel=debug
35-
36-
[Bitcoin]
3734
bitcoin.active=1
3835
bitcoin.simnet=1
3936
bitcoin.rpcuser=lnd
@@ -49,10 +46,7 @@ Also note that if you have installed and built [`lnd`](https://github.com/lightn
4946
If you want your lnd.conf to replicate the configuration used by the packaged app, you can use the following:
5047

5148
```
52-
[Application Options]
5349
debuglevel=info
54-
55-
[Bitcoin]
5650
bitcoin.active=1
5751
bitcoin.testnet=1
5852
neutrino.active=1

0 commit comments

Comments
 (0)