Include PaymentPathRetry data in PaymentPathFailed
[rust-lightning] / lightning / src / routing / network_graph.rs
index f65b8fa657a5fc2e77da24a33578ecf51089e8c4..216cb45d4bdd3f54799c10bad0e9cb24a54af48e 100644 (file)
@@ -1814,6 +1814,7 @@ mod tests {
                                        msg: valid_channel_update,
                                }),
                                short_channel_id: None,
+                               retry: None,
                                error_code: None,
                                error_data: None,
                        });
@@ -1840,6 +1841,7 @@ mod tests {
                                        is_permanent: false,
                                }),
                                short_channel_id: None,
+                               retry: None,
                                error_code: None,
                                error_data: None,
                        });
@@ -1864,6 +1866,7 @@ mod tests {
                                        is_permanent: true,
                                }),
                                short_channel_id: None,
+                               retry: None,
                                error_code: None,
                                error_data: None,
                        });