Skip to content

Commit 58b3258

Browse files
fixup! Add Persist trait.
1 parent 85701ca commit 58b3258

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,6 @@ pub trait Persist<Keys: ChannelKeys>: Send + Sync {
21132113
/// See [`ChannelMonitor::serialize_for_disk`] for writing out a `ChannelMonitor`,
21142114
/// and [`ChannelMonitorUpdateErr`] for requirements when returning errors.
21152115
///
2116-
/// [`update_id`]: struct.ChannelMonitorUpdate.html#structfield.update_id
21172116
/// [`ChannelMonitor::serialize_for_disk`]: struct.ChannelMonitor.html#method.serialize_for_disk
21182117
/// [`ChannelMonitorUpdateErr`]: enum.ChannelMonitorUpdateErr.html
21192118
fn persist_new_channel(&self, id: OutPoint, data: &ChannelMonitor<Keys>) -> Result<(), ChannelMonitorUpdateErr>;

0 commit comments

Comments
 (0)