From 9919ce94de29fc3f4ed86abe10a8152a1181c11c Mon Sep 17 00:00:00 2001 From: Alexgao001 Date: Wed, 24 May 2023 12:14:11 +0800 Subject: [PATCH] modify update group msg --- x/gashub/types/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/gashub/types/genesis.go b/x/gashub/types/genesis.go index c7dd044764..9e5303541b 100644 --- a/x/gashub/types/genesis.go +++ b/x/gashub/types/genesis.go @@ -99,7 +99,7 @@ func DefaultGenesisState() *GenesisState { *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCreateGroup", 2.4e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeleteGroup", 1.2e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgLeaveGroup", 1.2e3), - *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateGroupMember", 1.2e3), + *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgUpdateGroup", 1.2e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMirrorGroup", 1.2e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgPutPolicy", 2.4e3), *NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeletePolicy", 1.2e3),