neogeno / shango-lightning-wallet

Shango Lightning Wallet
66 stars 4 forks source link

[DOCS] Fix broken LND command #61

Closed gcomte closed 5 years ago

gcomte commented 5 years ago

lncli connect is used for connecting your LND node with other nodes. What you really want to do in the given example is just calling a (getinfo-)command on a remote node. This won't work with the command "connect", instead just use: lncli --rpcserver=<ip> <command>