From 21f2a8ea604dbff3ac98b4c15b2c74314f3ef3a5 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:52:17 +0100 Subject: [PATCH] fix: types (#65) --- types/types.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/types/types.go b/types/types.go index 6e0cdc1..b1c5a93 100644 --- a/types/types.go +++ b/types/types.go @@ -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 {