From 35c9a12a73e285edb6995aedf8b9c1ff69f908b7 Mon Sep 17 00:00:00 2001 From: Alex Akselrod Date: Mon, 10 Apr 2017 19:40:50 -0600 Subject: [PATCH] docs: fix port in sample lnd.conf The testnet port for btcd's RPC server was incorrect. --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ccbaac3b9..1805f153e 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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