mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Move static channel backup construction to chanstate channel types. The package still imports channeldb where it uses real database concerns, including address sourcing and duplicate-channel recovery. The backup payload and live-channel source boundaries no longer depend on the channeldb compatibility aliases. |
||
|---|---|---|
| .. | ||
| backup.go | ||
| backup_test.go | ||
| backupfile.go | ||
| backupfile_test.go | ||
| log.go | ||
| multi.go | ||
| multi_test.go | ||
| pubsub.go | ||
| pubsub_test.go | ||
| recover.go | ||
| recover_test.go | ||
| single.go | ||
| single_test.go | ||