Update key.rs

This commit is contained in:
leopardracer 2025-02-25 12:03:35 +02:00 committed by GitHub
parent f7c28ab44d
commit 0e70e85a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ impl CompressedPublicKey {
/// Serializes the public key.
///
/// As the type name suggests, the key is serialzied in compressed format.
/// As the type name suggests, the key is serialized in compressed format.
///
/// Note that this can be used as a sort key to get BIP67-compliant sorting.
/// That's why this type doesn't have the `to_sort_key` method - it would duplicate this one.