Doc fix: typo in lnd/bitcoind arguments

This commit is contained in:
Deelight-fr 2018-01-18 23:51:35 +01:00 committed by Johan T. Halseth
parent a8728ccb5b
commit e4e6766746
1 changed files with 1 additions and 1 deletions

View File

@ -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