Skip to content

Commit

Permalink
improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 13, 2024
1 parent 75d09cb commit f75140b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/e2ee/client/cli/encrypt_to_validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ func EncryptToValidatorsCommand() *cobra.Command {

recipient, err := age.ParseX25519Recipient(key)
if err != nil {
return err
fmt.Fprintf(os.Stderr, "invalid encryption key for validator %s, %v\n", recs[i], err)
continue
}
recipients[i] = recipient
}
Expand Down

0 comments on commit f75140b

Please sign in to comment.