Skip to content

Commit ee5f94c

Browse files
committed
WIP: Expand ChannelManager documentation
1 parent 86c4bec commit ee5f94c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lightning/src/ln/channelmanager.rs

+20
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,26 @@ where
974974
/// Additionally, [`ChannelManager`] implements both [`chain::Listen`] and [`chain::Confirm`] for
975975
/// notification of on-chain events.
976976
///
977+
/// # `ChannelManager` vs `ChainMonitor`
978+
///
979+
/// TODO
980+
///
981+
/// # Initialization
982+
///
983+
/// TODO
984+
///
985+
/// # Operation
986+
///
987+
/// TODO
988+
/// - event processing
989+
/// - timer ticks
990+
/// - chain data
991+
/// - persistence
992+
///
993+
/// # Payments
994+
///
995+
/// TODO
996+
///
977997
/// # Persistence
978998
///
979999
/// Implements [`Writeable`] to write out all channel state to disk. Implies [`peer_disconnected`] for

0 commit comments

Comments
 (0)