File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5526,6 +5526,7 @@ where
5526
5526
let commitment_signed = self.get_initial_commitment_signed(&funding, logger);
5527
5527
let commitment_signed = match commitment_signed {
5528
5528
Some(commitment_signed) => commitment_signed,
5529
+ // TODO(splicing): Support async signing
5529
5530
None => {
5530
5531
funding.channel_transaction_parameters.funding_outpoint = None;
5531
5532
return Err(msgs::TxAbort {
@@ -5636,7 +5637,7 @@ where
5636
5637
partial_signature_with_nonce: None,
5637
5638
})
5638
5639
} else {
5639
- // TODO: Support async signing
5640
+ // TODO(splicing) : Support async signing
5640
5641
None
5641
5642
}
5642
5643
}
@@ -8799,7 +8800,7 @@ where
8799
8800
// if next_commitment_number is zero:
8800
8801
// MUST retransmit its commitment_signed for that funding transaction.
8801
8802
let commitment_signed = self.context.get_initial_commitment_signed(&self.funding, logger)
8802
- // TODO Support async signing
8803
+ // TODO(splicing): Support async signing
8803
8804
.ok_or_else(|| {
8804
8805
let message = "Failed to get signatures for new commitment_signed".to_owned();
8805
8806
ChannelError::Close(
You can’t perform that action at this time.
0 commit comments