From e4e6766746c5070c4749b08cd40672a0348b61bc Mon Sep 17 00:00:00 2001 From: Deelight-fr Date: Thu, 18 Jan 2018 23:51:35 +0100 Subject: [PATCH] Doc fix: typo in lnd/bitcoind arguments --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index b58da946..d720d047 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -189,7 +189,7 @@ command after `bitcoind` has finished syncing on testnet. Otherwise, replace and `rpcpass` parameters can typically be determined by `lnd` for a `bitcoind` instance running under the same user, including when using cookie auth. ``` -lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=bitcoind --bitcoind.rpcuser=kek bitcoind.rpcpass=kek --externalip=X.X.X.X +lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.node=bitcoind --bitcoind.rpcuser=kek --bitcoind.rpcpass=kek --externalip=X.X.X.X ``` #### Network Reachability