Skip to content

Commit

Permalink
fix msg name
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnss authored and forcodedancing committed Jun 26, 2023
1 parent 1046f80 commit fa69f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/gashub/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ func DefaultGenesisState() *GenesisState {
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMirrorGroup", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgPutPolicy", 2.4e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgDeletePolicy", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMigrationBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCompleteMigrationBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgMigrateBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.storage.MsgCompleteMigrateBucket", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgCreatePaymentAccount", 2e5),
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgDeposit", 1.2e3),
*NewMsgGasParamsWithFixedGas("/greenfield.payment.MsgWithdraw", 1.2e3),
Expand Down

0 comments on commit fa69f41

Please sign in to comment.