]> git.bitcoin.ninja Git - rust-lightning/blobdiff - lightning-background-processor/src/lib.rs
Remove all_paths_failed from PaymentPathFailed
[rust-lightning] / lightning-background-processor / src / lib.rs
index 97d0462eb5010980850c64b53dc37a07c512f476..3b692ac07e2fb1a8036fb262fac084fab58175b7 100644 (file)
@@ -1366,7 +1366,6 @@ mod tests {
                        payment_hash: PaymentHash([42; 32]),
                        payment_failed_permanently: false,
                        network_update: None,
-                       all_paths_failed: true,
                        path: path.clone(),
                        short_channel_id: Some(scored_scid),
                        retry: None,
@@ -1387,7 +1386,6 @@ mod tests {
                        payment_hash: PaymentHash([42; 32]),
                        payment_failed_permanently: true,
                        network_update: None,
-                       all_paths_failed: true,
                        path: path.clone(),
                        short_channel_id: None,
                        retry: None,