Update key.rs
This commit is contained in:
parent
f7c28ab44d
commit
0e70e85a1a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue