Fix typo in docs
This commit is contained in:
parent
c5c95513f2
commit
d244b4d747
|
@ -297,7 +297,7 @@ impl PublicKey {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// 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`].
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn from_keypair(keypair: &KeyPair) -> Self {
|
pub fn from_keypair(keypair: &KeyPair) -> Self {
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
Loading…
Reference in New Issue