Merge pull request #2063 from valentinewallace/2023-03-remove-paymentpathfailed-retry
[rust-lightning] / lightning-background-processor / src / lib.rs
index f64f1e7651effd4f0ddf229c23b89ee40ea3bb7c..e407c4fdb82b27ff5d74f24812e35884ba21c014 100644 (file)
@@ -1369,7 +1369,6 @@ mod tests {
                        failure: PathFailure::OnPath { network_update: None },
                        path: path.clone(),
                        short_channel_id: Some(scored_scid),
-                       retry: None,
                });
                let event = receiver
                        .recv_timeout(Duration::from_secs(EVENT_DEADLINE))
@@ -1389,7 +1388,6 @@ mod tests {
                        failure: PathFailure::OnPath { network_update: None },
                        path: path.clone(),
                        short_channel_id: None,
-                       retry: None,
                });
                let event = receiver
                        .recv_timeout(Duration::from_secs(EVENT_DEADLINE))