diff --git a/params/weights.go b/params/weights.go index adff26b8a288..0ba377b009b1 100644 --- a/params/weights.go +++ b/params/weights.go @@ -7,6 +7,7 @@ const ( DefaultWeightMsgSetWithdrawAddress int = 50 DefaultWeightMsgWithdrawDelegationReward int = 50 DefaultWeightMsgWithdrawValidatorCommission int = 50 + DefaultWeightMsgFundCommunityPool int = 50 DefaultWeightMsgDeposit int = 100 DefaultWeightMsgVote int = 67 DefaultWeightMsgUnjail int = 100