Skip to content

Commit

Permalink
chore(staking): fix tiny typo in comment (#18425)
Browse files Browse the repository at this point in the history
  • Loading branch information
taeguk authored Nov 9, 2023
1 parent 097f99d commit 9330027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
)

// NewGenesisState creates a new GenesisState instanc e
// NewGenesisState creates a new GenesisState instance
func NewGenesisState(params Params, validators []Validator, delegations []Delegation) *GenesisState {
return &GenesisState{
Params: params,
Expand Down

0 comments on commit 9330027

Please sign in to comment.