Add `next_channel_id` in `PaymentForwarded` event
[rust-lightning] / lightning / src / chain / mod.rs
index 25e5a97d288df42d4a2baf2263aae9e9d493f28e..0bc205fa16afacfcc3196e4caef3fa3fcb043a56 100644 (file)
@@ -291,7 +291,7 @@ pub trait Watch<ChannelSigner: Sign> {
        ///
        /// For details on asynchronous [`ChannelMonitor`] updating and returning
        /// [`MonitorEvent::UpdateCompleted`] here, see [`ChannelMonitorUpdateErr::TemporaryFailure`].
-       fn release_pending_monitor_events(&self) -> Vec<MonitorEvent>;
+       fn release_pending_monitor_events(&self) -> Vec<(OutPoint, Vec<MonitorEvent>)>;
 }
 
 /// The `Filter` trait defines behavior for indicating chain activity of interest pertaining to