From cc4d5f036080b74e2df3da6e416b5f27b958ca4b Mon Sep 17 00:00:00 2001 From: ZeneDeLuca Date: Thu, 10 Oct 2024 03:39:39 +0000 Subject: [PATCH] remove gird inbox codes (2) --- x/hypergridssn/module/simulation.go | 12 ------------ x/hypergridssn/types/keys.go | 5 ----- 2 files changed, 17 deletions(-) diff --git a/x/hypergridssn/module/simulation.go b/x/hypergridssn/module/simulation.go index 620a2e3..2cf1747 100644 --- a/x/hypergridssn/module/simulation.go +++ b/x/hypergridssn/module/simulation.go @@ -67,18 +67,6 @@ const ( // Determine the simulation weight value defaultWeightMsgCreateFeeSettlementBill int = 100 - opWeightMsgCreateGridInbox = "op_weight_msg_grid_inbox" - // Determine the simulation weight value - defaultWeightMsgCreateGridInbox int = 100 - - opWeightMsgUpdateGridInbox = "op_weight_msg_grid_inbox" - // Determine the simulation weight value - defaultWeightMsgUpdateGridInbox int = 100 - - opWeightMsgDeleteGridInbox = "op_weight_msg_grid_inbox" - // Determine the simulation weight value - defaultWeightMsgDeleteGridInbox int = 100 - // this line is used by starport scaffolding # simapp/module/const ) diff --git a/x/hypergridssn/types/keys.go b/x/hypergridssn/types/keys.go index f809582..96bec3e 100644 --- a/x/hypergridssn/types/keys.go +++ b/x/hypergridssn/types/keys.go @@ -34,8 +34,3 @@ const ( FeeSettlementBillKey = "FeeSettlementBill/value/" FeeSettlementBillCountKey = "FeeSettlementBill/count/" ) - -const ( - GridInboxKey = "GridInbox/value/" - GridInboxCountKey = "GridInbox/count/" -)