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 3d935aa commit 2087b94Copy full SHA for 2087b94
src/lib.rs
@@ -153,8 +153,6 @@ pub trait MiniscriptKey: Clone + Eq + Ord + fmt::Debug + fmt::Display + hash::Ha
153
fn is_uncompressed(&self) -> bool { false }
154
155
/// Returns true if the key is an x-only pubkey, defaults to `false`.
156
- // This is required to know what in DescriptorPublicKey to know whether the inner
157
- // key in allowed in descriptor context
158
fn is_x_only_key(&self) -> bool { false }
159
160
/// Returns the number of different derivation paths in this key, defaults to `0`.
0 commit comments