Skip to content

Commit

Permalink
f docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jun 25, 2021
1 parent bd72574 commit cc7d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/chain/channelmonitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
}

/// Update state for new block(s)/transaction(s) confirmed. Note that the caller *must* update
/// self.best_block before calling, and set `conf_height` to the height at which any new
/// `self.best_block` before calling, and set `conf_height` to the height at which any new
/// transaction(s)/block(s) were confirmed at, even if it is not the current best height
/// (assuming we are being called with new transaction(s) confirmed).
fn block_confirmed<B: Deref, F: Deref, L: Deref>(
Expand Down

0 comments on commit cc7d658

Please sign in to comment.