mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
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. |
||
|---|---|---|
| .. | ||
| autopilotrpc_active.go | ||
| autopilotrpc_default.go | ||
| commands.go | ||
| invoicesrpc_active.go | ||
| invoicesrpc_default.go | ||
| main.go | ||
| types.go | ||