Skip to content

Commit 28695e0

Browse files
committed
f docs
1 parent d19bc44 commit 28695e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ where C::Target: chain::Filter,
395395
self.monitors.read().unwrap().keys().map(|outpoint| *outpoint).collect()
396396
}
397397

398-
/// Lists the pending updates for each [`ChannelMonitor`] (by `OutPoint`) being monitored.
398+
/// Lists the pending updates for each [`ChannelMonitor`] (by `OutPoint` being monitored).
399399
pub fn list_pending_monitor_updates(&self) -> HashMap<OutPoint, Vec<MonitorUpdateId>> {
400400
self.monitors.read().unwrap().iter().map(|(outpoint, holder)| {
401401
(*outpoint, holder.pending_monitor_updates.lock().unwrap().clone())

0 commit comments

Comments
 (0)