File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2852,7 +2852,6 @@ where
2852
2852
where
2853
2853
L::Target: Logger
2854
2854
{
2855
- let our_funding_satoshis = self.funding_negotiation_context.our_funding_contribution_satoshis;
2856
2855
let transaction_number = self.unfunded_context.transaction_number();
2857
2856
2858
2857
let mut output_index = None;
@@ -2887,7 +2886,7 @@ where
2887
2886
};
2888
2887
2889
2888
let funding_ready_for_sig_event = if signing_session.local_inputs_count() == 0 {
2890
- debug_assert_eq!(our_funding_satoshis , 0);
2889
+ debug_assert_eq!(self.funding_negotiation_context.our_funding_contribution_satoshis , 0);
2891
2890
if signing_session.provide_holder_witnesses(self.context.channel_id, Vec::new()).is_err() {
2892
2891
debug_assert!(
2893
2892
false,
You can’t perform that action at this time.
0 commit comments