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 @@ -10565,6 +10565,12 @@ where
10565
10565
let next_local_commitment_number =
10566
10566
INITIAL_COMMITMENT_NUMBER - self.holder_commitment_point.transaction_number();
10567
10567
10568
+ // The sending node:
10569
+ // - if it has sent `commitment_signed` for an interactive transaction construction but
10570
+ // it has not received `tx_signatures`:
10571
+ // - MUST set `next_funding_txid` to the txid of that interactive transaction.
10572
+ // - if it has not received `commitment_signed` for that interactive transaction:
10573
+ // - MUST set `next_commitment_number` to the commitment number of the `commitment_signed` it sent.
10568
10574
if let Some(session) = &self.interactive_tx_signing_session {
10569
10575
if !self.context.channel_state.is_their_tx_signatures_sent()
10570
10576
&& !session.has_received_commitment_signed()
You can’t perform that action at this time.
0 commit comments