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 d26f2d3 commit 5dae52dCopy full SHA for 5dae52d
src/descriptor/tr/taptree.rs
@@ -188,7 +188,7 @@ pub struct TapTreeIterItem<'tr, Pk: MiniscriptKey> {
188
impl<'tr, Pk: MiniscriptKey> TapTreeIterItem<'tr, Pk> {
189
/// The Tapscript in the leaf.
190
///
191
- /// To obtain a [`bitcoin::Script`] from this node, call [`Miniscript::encode`]
+ /// To obtain a [`bitcoin::script::ScriptBuf`] from this node, call [`Miniscript::encode`]
192
/// on the returned value.
193
#[inline]
194
pub fn miniscript(&self) -> &'tr Arc<Miniscript<Pk, Tap>> { self.node }
0 commit comments