Skip to content

Commit

Permalink
update key comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Apr 17, 2024
1 parent 0c2cc06 commit 7477449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/msgfees/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ func GetMsgFeeKey(msgType string) []byte {
}

var (
//MsgFeeKeyPrefix prefix for msgfee entry
MsgFeeKeyPrefix = []byte{0x00}

// ParamStoreKey key for msgfees module's params
ParamStoreKey = []byte{0x01}
)

Expand Down

0 comments on commit 7477449

Please sign in to comment.