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 47fc2c6 commit d495945Copy full SHA for d495945
src/lib.rs
@@ -166,8 +166,7 @@ impl MiniscriptKey for bitcoin::secp256k1::PublicKey {
166
}
167
168
impl MiniscriptKey for bitcoin::PublicKey {
169
- /// `is_uncompressed` returns true only for
170
- /// bitcoin::Publickey type if the underlying key is uncompressed.
+ /// Returns the compressed-ness of the underlying secp256k1 key.
171
fn is_uncompressed(&self) -> bool {
172
!self.compressed
173
0 commit comments