File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -431,11 +431,11 @@ pub(super) struct Channel<Signer: Sign> {
431
431
// generating new commitment transactions with exactly the same criteria as inbound/outbound
432
432
// HTLCs with similar state.
433
433
pending_update_fee : Option < ( u32 , FeeUpdateState ) > ,
434
- // If an update_fee() call is made with ChannelState::AwaitingRemoteRevoke set, we place it
435
- // here instead of `pending_update_fee` in the same way as we place outbound HTLC updates in
434
+ // If a `send_update_fee()` call is made with ChannelState::AwaitingRemoteRevoke set, we place
435
+ // it here instead of `pending_update_fee` in the same way as we place outbound HTLC updates in
436
436
// `holding_cell_htlc_updates` instead of `pending_outbound_htlcs`. It is released into
437
437
// `pending_update_fee` with the same criteria as outbound HTLC updates but can be updated by
438
- // further `update_fee ` calls, dropping the previous holding cell update entirely.
438
+ // further `send_update_fee ` calls, dropping the previous holding cell update entirely.
439
439
holding_cell_update_fee : Option < u32 > ,
440
440
next_holder_htlc_id : u64 ,
441
441
next_counterparty_htlc_id : u64 ,
You can’t perform that action at this time.
0 commit comments