Skip to content

Commit

Permalink
Add a payments section to ChannelManager docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Dec 29, 2023
1 parent 685b493 commit 7f9f25c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lightning/src/ln/channelmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,10 @@ where
/// # }
/// ```
///
/// # Payments
///
/// TODO
///
/// # Persistence
///
/// Implements [`Writeable`] to write out all channel state to disk. Implies [`peer_disconnected`] for
Expand Down

0 comments on commit 7f9f25c

Please sign in to comment.