Merge pull request #1856 from tnull/2022-10-expose-channel-id
[rust-lightning] / lightning / src / routing / router.rs
index 2d3eed6614543cfebf78f1915dc691a04c5d56b0..12306ac92ad13d68f4ee0be0f4c72b3b2161509a 100644 (file)
@@ -2048,6 +2048,7 @@ mod tests {
                        inbound_capacity_msat: 42,
                        unspendable_punishment_reserve: None,
                        confirmations_required: None,
+                       confirmations: None,
                        force_close_spend_delay: None,
                        is_outbound: true, is_channel_ready: true,
                        is_usable: true, is_public: true,
@@ -5562,6 +5563,7 @@ mod benches {
                        inbound_capacity_msat: 0,
                        unspendable_punishment_reserve: None,
                        confirmations_required: None,
+                       confirmations: None,
                        force_close_spend_delay: None,
                        is_outbound: true,
                        is_channel_ready: true,