Skip to content

Commit 38c6c7d

Browse files
committed
f tick and clarify
1 parent 0df8aca commit 38c6c7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4462,8 +4462,7 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
44624462
}],
44634463
};
44644464
// We update the ChannelMonitor on the backward link, after
4465-
// receiving an offchain preimage event from the forward link (the
4466-
// event being update_fulfill_htlc).
4465+
// receiving an `update_fulfill_htlc` from the forward link.
44674466
let update_res = self.chain_monitor.update_channel(prev_hop.outpoint, preimage_update);
44684467
if update_res != ChannelMonitorUpdateStatus::Completed {
44694468
// TODO: This needs to be handled somehow - if we receive a monitor update

0 commit comments

Comments
 (0)