Expose chan type in `Event::OpenChannelRequest` & `ChannelDetails`
[rust-lightning] / fuzz / src / router.rs
index 5494b26c7a300e5cb99d1056cd9054a9d626a8ac..bff177b19091b47b6b7f2184e1e826240d63a838 100644 (file)
@@ -215,6 +215,7 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                                        forwarding_info: None,
                                                                },
                                                                funding_txo: Some(OutPoint { txid: bitcoin::Txid::from_slice(&[0; 32]).unwrap(), index: 0 }),
+                                                               channel_type: None,
                                                                short_channel_id: Some(scid),
                                                                inbound_scid_alias: None,
                                                                channel_value_satoshis: slice_to_be64(get_slice!(8)),