docs: fix port in sample lnd.conf
The testnet port for btcd's RPC server was incorrect.
This commit is contained in:
parent
2e2da11d08
commit
35c9a12a73
@ -110,7 +110,7 @@ can create an `lnd.conf`.
|
||||
Here's a sample `lnd.conf` to get you started:
|
||||
```
|
||||
[Application Options]
|
||||
btcdhost=localhost:18834
|
||||
btcdhost=localhost:18334
|
||||
debuglevel=trace
|
||||
debughtlc=true
|
||||
maxpendingchannels=10
|
||||
|
Loading…
Reference in New Issue
Block a user