Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Feb 5, 2024
1 parent 900c2df commit d83d299
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions x/onft/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ const (
)

var (
PrefixONFT = []byte{0x01}
PrefixOwners = []byte{0x02}
PrefixCollection = []byte{0x03}
PrefixDenom = []byte{0x04}
PrefixDenomSymbol = []byte{0x05}
PrefixCreator = []byte{0x06}
PrefixONFT = []byte{0x01}
PrefixOwners = []byte{0x02}
PrefixCollection = []byte{0x03}
PrefixDenom = []byte{0x04}

ParamsKey = []byte{0x07}

delimiter = []byte("/")
)

func MustUnMarshalSupply(cdc codec.BinaryCodec, value []byte) uint64 {
Expand Down

0 comments on commit d83d299

Please sign in to comment.