mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
doc: cli is no longer in the daemon subdirectory
Closes #271 Reported-by: @sumBTC Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
cc34f572ca
commit
48b876e401
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ bitcoin-cli -testnet sendtoaddress <address> <amount>
|
|||
bitcoin-cli -testnet getrawtransaction <txid>
|
||||
|
||||
# Notifies `lightningd` that there are now funds available:
|
||||
daemon/lightning-cli addfunds <rawtx>
|
||||
cli/lightning-cli addfunds <rawtx>
|
||||
```
|
||||
|
||||
Eventually `lightningd` will include its own wallet making this transfer easier, but for now this is how it gets its funds.
|
||||
|
|
Loading…
Add table
Reference in a new issue