Remove unnecessary scoring methods from Router trait
[rust-lightning] / fuzz / src / full_stack.rs
index 57c665a2ef1f51f97a31c0a69f00f3ec18d92ed5..9b3b76c2b3a7d4e60f9d7354406411b2b42a294f 100644 (file)
@@ -140,10 +140,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) {}
 }
 
 struct TestBroadcaster {