Skip to content

Commit

Permalink
fix: types (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Nov 16, 2024
1 parent 4351c05 commit 21f2a8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,9 @@ type Gov struct {
type GovParams struct {
govv1types.Params

MaxDepositPeriod string `json:"max_deposit_period"`
VotingPeriod string `json:"voting_period"`
MaxDepositPeriod string `json:"max_deposit_period"`
VotingPeriod string `json:"voting_period"`
ExpeditedVotingPeriod string `json:"expedited_voting_period"`
}

type GovDepositParams struct {
Expand Down

0 comments on commit 21f2a8e

Please sign in to comment.