Make `Payee::pubkey` pub.
[rust-lightning] / lightning / src / routing / network_graph.rs
index acf51e535d2f682463a15b5119385d05e987377f..216cb45d4bdd3f54799c10bad0e9cb24a54af48e 100644 (file)
@@ -1813,6 +1813,8 @@ mod tests {
                                network_update: Some(NetworkUpdate::ChannelUpdateMessage {
                                        msg: valid_channel_update,
                                }),
+                               short_channel_id: None,
+                               retry: None,
                                error_code: None,
                                error_data: None,
                        });
@@ -1838,6 +1840,8 @@ mod tests {
                                        short_channel_id,
                                        is_permanent: false,
                                }),
+                               short_channel_id: None,
+                               retry: None,
                                error_code: None,
                                error_data: None,
                        });
@@ -1861,6 +1865,8 @@ mod tests {
                                        short_channel_id,
                                        is_permanent: true,
                                }),
+                               short_channel_id: None,
+                               retry: None,
                                error_code: None,
                                error_data: None,
                        });