Skip to content

Commit

Permalink
TO BE SQUASHED Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Aug 31, 2023
1 parent 12c49bf commit f8a893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain/src/tx_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ impl<A> ChangeSet<A> {
/// This is useful if you want to find which heights you need to fetch data about in order to
/// confirm or exclude these anchors.
///
/// See also: [`Self::missing_heights`]
/// See also: [`TxGraph::missing_heights`]
pub fn relevant_heights(&self) -> impl Iterator<Item = u32> + '_
where
A: Anchor,
Expand Down

0 comments on commit f8a893d

Please sign in to comment.