Skip to content

Commit

Permalink
refactor: annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aya015757881 committed Dec 10, 2024
1 parent 5bd91ce commit 52d44a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BIP39_DOMAIN_SEPARATOR: [u8; 12] = [
0x42, 0x69, 0x74, 0x63, 0x6f, 0x69, 0x6e, 0x20, 0x73, 0x65, 0x65, 0x64,
];

/// Extended private secp256k1 ECDSA signing key.
/// Extended private secp256k1 signing key.
pub type XprvSecp256k1 = ExtendedPrivateKey<libsecp256k1::SecretKey>;

/// Extended private ed25519 signing key.
Expand Down

0 comments on commit 52d44a7

Please sign in to comment.