Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
  • Loading branch information
bytemare committed Sep 3, 2024
1 parent 549391a commit 683d02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frost.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (c *Configuration) ValidateKeyShare(keyShare *KeyShare) error {

if pk.Equal(keyShare.PublicKey) != 1 {
return errors.New(
"provided key share has a different public key than" +
"provided key share has a different public key than " +
"the one registered for that signer in the configuration",
)
}
Expand Down

0 comments on commit 683d02c

Please sign in to comment.