Skip to content

Commit

Permalink
WIP: Expand ChannelManager documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Nov 3, 2023
1 parent 86c4bec commit ee5f94c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,26 @@ where
/// Additionally, [`ChannelManager`] implements both [`chain::Listen`] and [`chain::Confirm`] for
/// notification of on-chain events.
///
/// # `ChannelManager` vs `ChainMonitor`
///
/// TODO
///
/// # Initialization
///
/// TODO
///
/// # Operation
///
/// TODO
/// - event processing
/// - timer ticks
/// - chain data
/// - persistence
///
/// # Payments
///
/// TODO
///
/// # Persistence
///
/// Implements [`Writeable`] to write out all channel state to disk. Implies [`peer_disconnected`] for
Expand Down

0 comments on commit ee5f94c

Please sign in to comment.