Browse Source

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?
travis-debug
Arc 5 years ago
committed by GitHub
parent
commit
8539442de3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

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

Loading…
Cancel
Save