Expose outbound SCID alias in `ChannelDetails` and use in routing
[rust-lightning] / fuzz / src / router.rs
index 786bfa3e589eb05dc393a807be90efc46c5febf7..80ea1f1bc73d6932e4ab3db1a2da8904b0f77f14 100644 (file)
@@ -222,6 +222,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                                channel_type: None,
                                                                short_channel_id: Some(scid),
                                                                inbound_scid_alias: None,
+                                                               outbound_scid_alias: None,
                                                                channel_value_satoshis: capacity,
                                                                user_channel_id: 0, inbound_capacity_msat: 0,
                                                                unspendable_punishment_reserve: None,