Send failure event if we fail to handle a HTLC
[rust-lightning] / fuzz / src / chanmon_consistency.rs
index bfaa6501d1e4640b1ff3c0bf688a2493aeb29948..dc9504878f6d3f07fcb2c137579b8dd092688184 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<(OutPoint, Vec<MonitorEvent>)> {
+       fn release_pending_monitor_events(&self) -> Vec<(OutPoint, Vec<MonitorEvent>, Option<PublicKey>)> {
                return self.chain_monitor.release_pending_monitor_events();
        }
 }