Skip to content

Commit

Permalink
typo key.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Dec 26, 2024
1 parent f089b7f commit cbd6a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/app/key/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (t Type) String() string {
return string(t)
}

// Key wraps a cometBFT private key adding custom a address function.
// Key wraps a cometBFT private key adding custom an address function.
type Key struct {
crypto.PrivKey
}
Expand Down

0 comments on commit cbd6a92

Please sign in to comment.