File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3535,10 +3535,6 @@ impl<Signer: Sign> Channel<Signer> {
3535
3535
false
3536
3536
} ;
3537
3537
3538
- //TODO: Note that this must be a duplicate of the previous commitment point they sent us,
3539
- //as otherwise we will have a commitment transaction that they can't revoke (well, kinda,
3540
- //they can by sending two revoke_and_acks back-to-back, but not really). This appears to be
3541
- //a protocol oversight, but I assume I'm just missing something.
3542
3538
if need_commitment_update {
3543
3539
if self . channel_state & ( ChannelState :: MonitorUpdateFailed as u32 ) == 0 {
3544
3540
let next_per_commitment_point = self . holder_signer . get_per_commitment_point ( self . cur_holder_commitment_transaction_number , & self . secp_ctx ) ;
You can’t perform that action at this time.
0 commit comments