Skip to content

Commit 0ecaa36

Browse files
committed
docs: Remove TapTreeIter
This type just won't go away.
1 parent de871f3 commit 0ecaa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/src/taproot/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ impl TapTree {
703703
/// Gets the inner [`NodeInfo`] of this tree root.
704704
pub fn into_node_info(self) -> NodeInfo { self.0 }
705705

706-
/// Returns [`TapTreeIter<'_>`] iterator for a taproot script tree, operating in DFS order over
706+
/// Returns [`ScriptLeaves<'_>`] iterator for a taproot script tree, operating in DFS order over
707707
/// tree [`ScriptLeaf`]s.
708708
pub fn script_leaves(&self) -> ScriptLeaves { ScriptLeaves { leaf_iter: self.0.leaf_nodes() } }
709709

0 commit comments

Comments
 (0)