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 c5c9551 commit d244b4dCopy full SHA for d244b4d
src/key.rs
@@ -297,7 +297,7 @@ impl PublicKey {
297
}
298
299
300
- /// Creates a new compressed public key key using data from BIP-340 [`KeyPair`]
+ /// Creates a new compressed public key using data from BIP-340 [`KeyPair`].
301
#[inline]
302
pub fn from_keypair(keypair: &KeyPair) -> Self {
303
unsafe {
0 commit comments