File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10145,6 +10145,12 @@ where
10145
10145
let next_local_commitment_number =
10146
10146
INITIAL_COMMITMENT_NUMBER - self.holder_commitment_point.transaction_number();
10147
10147
10148
+ // The sending node:
10149
+ // - if it has sent `commitment_signed` for an interactive transaction construction but
10150
+ // it has not received `tx_signatures`:
10151
+ // - MUST set `next_funding_txid` to the txid of that interactive transaction.
10152
+ // - if it has not received `commitment_signed` for that interactive transaction:
10153
+ // - MUST set `next_commitment_number` to the commitment number of the `commitment_signed` it sent.
10148
10154
if let Some(session) = &self.interactive_tx_signing_session {
10149
10155
if !self.context.channel_state.is_their_tx_signatures_sent()
10150
10156
&& !session.has_received_commitment_signed()
You can’t perform that action at this time.
0 commit comments