diff --git a/src/lib.rs b/src/lib.rs index b25ade284..5bbe1e8c5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -154,8 +154,6 @@ pub trait MiniscriptKey: Clone + Eq + Ord + fmt::Debug + fmt::Display + hash::Ha fn is_uncompressed(&self) -> bool { false } /// Returns true if the key is an x-only pubkey, defaults to `false`. - // This is required to know what in DescriptorPublicKey to know whether the inner - // key in allowed in descriptor context fn is_x_only_key(&self) -> bool { false } /// Returns the number of different derivation paths in this key, defaults to `0`.