Skip to content

Commit

Permalink
Update node/libs/roles/src/validator/keys/secret_key.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Akosh Farkash <[email protected]>
  • Loading branch information
pompon0 and aakoshh authored Sep 2, 2024
1 parent 2d604f8 commit 9368043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/libs/roles/src/validator/keys/secret_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl SecretKey {
Signature(self.0.sign(&ByteFmt::encode(msg_hash)))
}

/// Signa a proof of possession.
/// Sign a proof of possession.
pub fn sign_pop(&self) -> ProofOfPossession {
ProofOfPossession(self.0.sign_pop())
}
Expand Down

0 comments on commit 9368043

Please sign in to comment.