Skip to content

Commit

Permalink
cmd/ethkey: fix comment typo (ethereum#24205)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored and ValentinTrinque committed Jan 25, 2022
1 parent 423a129 commit 133f8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ethkey/utils.go
Expand Up @@ -49,7 +49,7 @@ func getPassphrase(ctx *cli.Context, confirmation bool) string {
// signHash is a helper function that calculates a hash for the given message
// that can be safely used to calculate a signature from.
//
// The hash is calulcated as
// The hash is calculated as
// keccak256("\x19Ethereum Signed Message:\n"${message length}${message}).
//
// This gives context to the signed message and prevents signing of transactions.
Expand Down

0 comments on commit 133f8b7

Please sign in to comment.