Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 21, 2024
1 parent b1a3a1e commit d3232b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x/photon/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ const (
defaultMintDisabled = false
)

// NOTE(tb): can't replace the plain text proto path with
// `sdk.MsgTypeURL(types.MsgMintPhoton{})` because at this step the msg is not
// rehistered yet so the call will return an empty path.
// NOTE(tb): Not possible to use `sdk.MsgTypeURL(types.MsgMintPhoton{})`
// instead of plain text because at this step the msg is not registered yet.
var defaultTxFeeExceptions = []string{"/atomone.photon.v1.MsgMintPhoton"}

// DefaultParams returns a default set of parameters
Expand Down

0 comments on commit d3232b3

Please sign in to comment.