Reduce visibility of outbound payment methods
[rust-lightning] / lightning / src / routing / router.rs
index 570bef7f86d5dfa56aff51798bffcd88cb99fff5..09cee2a2e84e8b8acb2d63842c2ed054d387e9ee 100644 (file)
@@ -2189,6 +2189,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,
@@ -5703,6 +5704,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,