mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +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
@ -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…
Reference in New Issue
Block a user