We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d3ee9 commit d615b7cCopy full SHA for d615b7c
src/lib.rs
@@ -154,8 +154,6 @@ pub trait MiniscriptKey: Clone + Eq + Ord + fmt::Debug + fmt::Display + hash::Ha
154
fn is_uncompressed(&self) -> bool { false }
155
156
/// Returns true if the key is an x-only pubkey, defaults to `false`.
157
- // This is required to know what in DescriptorPublicKey to know whether the inner
158
- // key in allowed in descriptor context
159
fn is_x_only_key(&self) -> bool { false }
160
161
/// Returns the number of different derivation paths in this key, defaults to `0`.
0 commit comments