Expand the fields exposed to users in `ChannelDetails`
[rust-lightning] / fuzz / src / router.rs
index e8e025e247b2ec7c7442ce05c72363946d9bc85b..fabad11ac75d974f9ca4c92b7b5cd5cb841dbcb9 100644 (file)
@@ -212,12 +212,13 @@ pub fn do_test<Out: test_logger::Output>(data: &[u8], out: Out) {
                                                                remote_network_id: *rnid,
                                                                counterparty_features: InitFeatures::known(),
                                                                channel_value_satoshis: slice_to_be64(get_slice!(8)),
-                                                               user_id: 0,
-                                                               inbound_capacity_msat: 0,
-                                                               is_outbound: true,
-                                                               is_funding_locked: true,
-                                                               is_usable: true,
-                                                               is_public: true,
+                                                               user_id: 0, inbound_capacity_msat: 0,
+                                                               to_self_reserve_satoshis: None,
+                                                               to_remote_reserve_satoshis: 0,
+                                                               confirmations_required: None,
+                                                               spend_csv_on_our_commitment_funds: None,
+                                                               is_outbound: true, is_funding_locked: true,
+                                                               is_usable: true, is_public: true,
                                                                outbound_capacity_msat: 0,
                                                                counterparty_forwarding_info: None,
                                                        });