Skip to content

Commit be082aa

Browse files
committed
f doc what pubkey is
1 parent 56aafbd commit be082aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,10 @@ enum BackgroundEvent {
513513
///
514514
/// Note that any such events are lost on shutdown, so in general they must be updates which
515515
/// are regenerated on startup.
516-
MonitorUpdateRegeneratedOnStartup((PublicKey, OutPoint, ChannelMonitorUpdate)),
516+
MonitorUpdateRegeneratedOnStartup((
517+
/// The counterparty node_id for the channel being updated.
518+
PublicKey,
519+
OutPoint, ChannelMonitorUpdate)),
517520
}
518521

519522
#[derive(Debug)]

0 commit comments

Comments
 (0)