Skip to content

Commit 6262b84

Browse files
committed
f tick and clarify
1 parent 36dc8a3 commit 6262b84

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
@@ -4457,8 +4457,7 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
44574457
}],
44584458
};
44594459
// We update the ChannelMonitor on the backward link, after
4460-
// receiving an offchain preimage event from the forward link (the
4461-
// event being update_fulfill_htlc).
4460+
// receiving an `update_fulfill_htlc` from the forward link.
44624461
let update_res = self.chain_monitor.update_channel(prev_hop.outpoint, preimage_update);
44634462
if update_res != ChannelMonitorUpdateStatus::Completed {
44644463
// TODO: This needs to be handled somehow - if we receive a monitor update

0 commit comments

Comments
 (0)