lnd.xprv/cmd/lncli
Olaoluwa Osuntokun 0b8131c3be
cmd/lncli: add new exportchanbackup and restorechanbackup cli commands
In this commit, we add two new cli commands: exportchanbackup and
restorechanbackup. These two commands allow users to export backups
(single or multi) for one or all channels, and also restore these
backups (single or multi) from a file to attempt to recover the
channels.

Additionally, we extend the `lncli create` call to also accept these
backups so users can have a single command to restore both their
on-chain and off-chain funds.
2019-03-28 17:53:29 -07:00
..
autopilotrpc_active.go lncli/autopilot: add -ignorelocal state flag to query 2019-03-18 14:58:19 +01:00
autopilotrpc_default.go lncli: add lncli autopilot commands 2018-12-13 13:02:40 +01:00
commands.go cmd/lncli: add new exportchanbackup and restorechanbackup cli commands 2019-03-28 17:53:29 -07:00
invoicesrpc_active.go lncli: add settle invoice command 2019-03-15 10:09:26 +01:00
invoicesrpc_default.go lncli: add cancel invoice command 2019-02-06 07:29:38 +01:00
main.go cmd/lncli: add new exportchanbackup and restorechanbackup cli commands 2019-03-28 17:53:29 -07:00
types.go lnrpc+rpcserver: rename ScriptPubkey to PkScript on Utxo msg 2019-02-11 13:02:25 -08:00