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 c8f9ee9 commit c874074Copy full SHA for c874074
src/miniscript/mod.rs
@@ -59,7 +59,7 @@ pub struct Miniscript<Pk: MiniscriptKey, Ctx: ScriptContext> {
59
pub ty: types::Type,
60
///Additional information helpful for extra analysis.
61
pub ext: types::extra_props::ExtData,
62
- /// Context PhantomData. Only accessible inside this crate
+ /// Needed because not all terminals are paramatized by script context.
63
phantom: PhantomData<Ctx>,
64
}
65
0 commit comments