We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19bc44 commit 28695e0Copy full SHA for 28695e0
lightning/src/chain/chainmonitor.rs
@@ -395,7 +395,7 @@ where C::Target: chain::Filter,
395
self.monitors.read().unwrap().keys().map(|outpoint| *outpoint).collect()
396
}
397
398
- /// Lists the pending updates for each [`ChannelMonitor`] (by `OutPoint`) being monitored.
+ /// Lists the pending updates for each [`ChannelMonitor`] (by `OutPoint` being monitored).
399
pub fn list_pending_monitor_updates(&self) -> HashMap<OutPoint, Vec<MonitorUpdateId>> {
400
self.monitors.read().unwrap().iter().map(|(outpoint, holder)| {
401
(*outpoint, holder.pending_monitor_updates.lock().unwrap().clone())
0 commit comments