File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1490,10 +1490,9 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
1490
1490
}
1491
1491
if !found_commitment_tx {
1492
1492
if let Some ( conf_thresh) = pending_commitment_tx_conf_thresh {
1493
- // We blindly assume this is a cooperative close transaction here, and that the
1494
- // counterparty didn't misbehave. At worst we've over-estimated the amount we can
1495
- // claim as we'll punish a misbehaving counterparty (as long as we didn't
1496
- // misbehave).
1493
+ // We blindly assume this is a cooperative close transaction here, and that
1494
+ // neither us nor our counterparty misbehaved. At worst we've under-estimated
1495
+ // the amount we can claim as we'll punish a misbehaving counterparty.
1497
1496
res. push ( ClaimableBalance :: ClaimableAwaitingConfirmations {
1498
1497
claimable_amount_satoshis : us. current_holder_commitment_tx . to_self_value_sat ,
1499
1498
confirmation_height : conf_thresh,
You can’t perform that action at this time.
0 commit comments