Add `next_channel_id` in `PaymentForwarded` event
[rust-lightning] / fuzz / src / chanmon_consistency.rs
index 8c4f5adcb64ae64abbbc03b0956c556f3abbf44c..7327f37db4891ea03ecab0b5a1657f4fb3325ef2 100644 (file)
@@ -148,7 +148,7 @@ impl chain::Watch<EnforcingSigner> for TestChainMonitor {
                self.chain_monitor.update_channel(funding_txo, update)
        }
 
-       fn release_pending_monitor_events(&self) -> Vec<MonitorEvent> {
+       fn release_pending_monitor_events(&self) -> Vec<(OutPoint, Vec<MonitorEvent>)> {
                return self.chain_monitor.release_pending_monitor_events();
        }
 }