Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Aug 1, 2024
1 parent b3d175d commit eed10ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tax2gas/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (fd FeeDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool, nex
if !simulate {
isOracleTx := tax2gasutils.IsOracleTx(msgs)
// the priority to be added in mempool is based on
// the tax gas that user need to pay
// the tax gas that user need to pay
priority = int64(math.MaxInt64)
if !isOracleTx {
if taxGas.IsInt64() {
Expand Down

0 comments on commit eed10ea

Please sign in to comment.