We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c4bec commit ee5f94cCopy full SHA for ee5f94c
lightning/src/ln/channelmanager.rs
@@ -974,6 +974,26 @@ where
974
/// Additionally, [`ChannelManager`] implements both [`chain::Listen`] and [`chain::Confirm`] for
975
/// notification of on-chain events.
976
///
977
+/// # `ChannelManager` vs `ChainMonitor`
978
+///
979
+/// TODO
980
981
+/// # Initialization
982
983
984
985
+/// # Operation
986
987
988
+/// - event processing
989
+/// - timer ticks
990
+/// - chain data
991
+/// - persistence
992
993
+/// # Payments
994
995
996
997
/// # Persistence
998
999
/// Implements [`Writeable`] to write out all channel state to disk. Implies [`peer_disconnected`] for
0 commit comments