Skip to content

Commit 506faf0

Browse files
committed
f doc macro return value
1 parent cecd971 commit 506faf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ macro_rules! handle_error {
766766
}
767767
}
768768

769+
/// Returns (boolean indicating if we should remove the Channel object from memory, a mapped error)
769770
macro_rules! convert_chan_err {
770771
($self: ident, $err: expr, $short_to_id: expr, $channel: expr, $channel_id: expr) => {
771772
match $err {

0 commit comments

Comments
 (0)