File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3231,9 +3231,9 @@ impl<Signer: Sign> Channel<Signer> {
3231
3231
match self . fail_htlc ( htlc_id, err_packet. clone ( ) , false , logger) {
3232
3232
Ok ( update_fail_msg_option) => {
3233
3233
// If an HTLC failure was previously added to the holding cell (via
3234
- // `fail_htlc `) then generating the fail message itself must not
3235
- // fail - we should never end up in a state where we double-fail an
3236
- // HTLC or fail-then-claim an HTLC as it indicates we didn't wait
3234
+ // `queue_fail_htlc `) then generating the fail message itself must
3235
+ // not fail - we should never end up in a state where we double-fail
3236
+ // an HTLC or fail-then-claim an HTLC as it indicates we didn't wait
3237
3237
// for a full revocation before failing.
3238
3238
update_fail_htlcs. push ( update_fail_msg_option. unwrap ( ) )
3239
3239
} ,
You can’t perform that action at this time.
0 commit comments