Skip to content

Commit

Permalink
- linting
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Sep 23, 2024
1 parent 5c15dab commit 08518d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/tax2gas/keeper/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func (d Tax2GasDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool,

newCtx = ctx // default to old context for defer handling

//gas := gasTx.GetGas()
//newCtx = SetGasMeter(simulate, ctx, gas)
// gas := gasTx.GetGas()
// newCtx = SetGasMeter(simulate, ctx, gas)

// Decorator will catch an OutOfGasPanic caused in the next antehandler
// AnteHandlers must have their own defer/recover in order for the BaseApp
Expand Down

0 comments on commit 08518d4

Please sign in to comment.