Merge pull request #2020 from valentinewallace/2023-02-test-inflight-scoring
[rust-lightning] / fuzz / src / chanmon_consistency.rs
index 0caee0801aa1d747ec6f564a2cc86f9658172f78..a088f64f4d1cbad35a7dfd8fb55146a6e07951eb 100644 (file)
@@ -97,10 +97,6 @@ impl Router for FuzzRouter {
                        action: msgs::ErrorAction::IgnoreError
                })
        }
-       fn notify_payment_path_failed(&self, _path: &[&RouteHop], _short_channel_id: u64) {}
-       fn notify_payment_path_successful(&self, _path: &[&RouteHop]) {}
-       fn notify_payment_probe_successful(&self, _path: &[&RouteHop]) {}
-       fn notify_payment_probe_failed(&self, _path: &[&RouteHop], _short_channel_id: u64) {}
 }
 
 pub struct TestBroadcaster {}