Skip to content

Commit

Permalink
remove gird inbox codes (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeneDeLuca committed Oct 10, 2024
1 parent 6200822 commit cc4d5f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
12 changes: 0 additions & 12 deletions x/hypergridssn/module/simulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
5 changes: 0 additions & 5 deletions x/hypergridssn/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ const (
FeeSettlementBillKey = "FeeSettlementBill/value/"
FeeSettlementBillCountKey = "FeeSettlementBill/count/"
)

const (
GridInboxKey = "GridInbox/value/"
GridInboxCountKey = "GridInbox/count/"
)

0 comments on commit cc4d5f0

Please sign in to comment.