bitcoin-cli reference is confusing (#3583)

User will fund from whatever source they have. If they already have bitcoin-cli funded, then they will know how to fund from it?
This commit is contained in:
Arc 2020-03-10 02:57:32 +00:00 committed by GitHub
parent 41b18050a0
commit 8539442de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,9 +126,6 @@ open a channel:
```bash
# Returns an address <address>
lightning-cli newaddr
# Returns a transaction id <txid>
bitcoin-cli sendtoaddress <address> <amount_in_bitcoins>
```
`lightningd` will register the funds once the transaction is confirmed.