Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Sep 16, 2024
1 parent be0e3c7 commit f00826d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions x/claim/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const (
MemStoreKey = "mem_claim"
)

func KeyPrefix(p string) []byte {
return []byte(p)
}

var (
// ParamsKey is the prefix to retrieve all Params
ParamsKey = collections.NewPrefix("p_claim")
Expand Down
3 changes: 0 additions & 3 deletions x/fundraising/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)

// DefaultIndex is the default global index
const DefaultIndex uint64 = 1

// DefaultGenesis returns the default genesis state
func DefaultGenesis() *GenesisState {
return &GenesisState{
Expand Down
4 changes: 0 additions & 4 deletions x/fundraising/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const (
MemStoreKey = "mem_fundraising"
)

func KeyPrefix(p string) []byte {
return []byte(p)
}

var (
// ParamsKey is the prefix to retrieve all Params
ParamsKey = collections.NewPrefix("p_fundraising")
Expand Down
3 changes: 0 additions & 3 deletions x/mint/types/genesis.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package types

// DefaultIndex is the default global index
const DefaultIndex uint64 = 1

// DefaultGenesis returns the default genesis state
func DefaultGenesis() *GenesisState {
return &GenesisState{
Expand Down
4 changes: 0 additions & 4 deletions x/mint/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const (
MemStoreKey = "mem_mint"
)

func KeyPrefix(p string) []byte {
return []byte(p)
}

var (
// ParamsKey is the prefix to retrieve all Params
ParamsKey = collections.NewPrefix("p_mint")
Expand Down

0 comments on commit f00826d

Please sign in to comment.