We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de871f3 commit 0ecaa36Copy full SHA for 0ecaa36
bitcoin/src/taproot/mod.rs
@@ -703,7 +703,7 @@ impl TapTree {
703
/// Gets the inner [`NodeInfo`] of this tree root.
704
pub fn into_node_info(self) -> NodeInfo { self.0 }
705
706
- /// Returns [`TapTreeIter<'_>`] iterator for a taproot script tree, operating in DFS order over
+ /// Returns [`ScriptLeaves<'_>`] iterator for a taproot script tree, operating in DFS order over
707
/// tree [`ScriptLeaf`]s.
708
pub fn script_leaves(&self) -> ScriptLeaves { ScriptLeaves { leaf_iter: self.0.leaf_nodes() } }
709
0 commit comments