Skip to content

Commit 4facc5a

Browse files
committed
Minor Doc fixes after lightningdevkit#2957
1 parent 4d5de1f commit 4facc5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pub trait Persist<ChannelSigner: WriteableEcdsaChannelSigner> {
148148
/// The [`ChannelMonitorUpdate::update_id`] or [`ChannelMonitor::get_latest_update_id`] uniquely
149149
/// links this call to [`ChainMonitor::channel_monitor_updated`].
150150
/// For [`Persist::update_persisted_channel`], it is only necessary to call [`ChainMonitor::channel_monitor_updated`]
151-
/// when an [`ChannelMonitorUpdate`] is provided and when you return [`ChannelMonitorUpdateStatus::InProgress`].
151+
/// when a [`ChannelMonitorUpdate`] is provided and when you return [`ChannelMonitorUpdateStatus::InProgress`].
152152
///
153153
/// See [`Writeable::write`] on [`ChannelMonitor`] for writing out a `ChannelMonitor`,
154154
/// [`Writeable::write`] on [`ChannelMonitorUpdate`] for writing out an update, and

lightning/src/util/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ pub struct TestPersister {
514514
/// returned.
515515
pub update_rets: Mutex<VecDeque<chain::ChannelMonitorUpdateStatus>>,
516516
/// When we get an update_persisted_channel call with no ChannelMonitorUpdate, we insert the
517-
/// MonitorId here.
517+
/// monitor's [`OutPoint`] here.
518518
pub chain_sync_monitor_persistences: Mutex<VecDeque<OutPoint>>,
519519
/// When we get an update_persisted_channel call *with* a ChannelMonitorUpdate, we insert the
520520
/// [`ChannelMonitor::get_latest_update_id`] here.

0 commit comments

Comments
 (0)