mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Move the channel status manager working set to chanstate.OpenChannel. The DB interface already returns channelstate channel values, so this removes another channeldb compatibility alias from the consumer path while keeping the graph and announcement behavior unchanged. |
||
|---|---|---|
| .. | ||
| chan_status_manager.go | ||
| chan_status_manager_test.go | ||
| channel_announcement.go | ||
| channel_announcement_test.go | ||
| channel_state.go | ||
| channel_update.go | ||
| channel_update_test.go | ||
| host_ann.go | ||
| host_ann_test.go | ||
| interface.go | ||
| log.go | ||
| msg_hash.go | ||
| node_announcement.go | ||
| node_announcement_test.go | ||
| node_signer.go | ||
| sign.go | ||