docs: fix port in sample lnd.conf

The testnet port for btcd's RPC server was incorrect.
This commit is contained in:
Alex Akselrod 2017-04-10 19:40:50 -06:00 committed by Olaoluwa Osuntokun
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