Skip to content

Commit

Permalink
chore: satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Jan 4, 2025
1 parent bd03c13 commit badc772
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions x/evm/keeper/bank_extension.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package keeper

import (
store "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
auth "github.com/cosmos/cosmos-sdk/x/auth/types"
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
Expand Down Expand Up @@ -122,16 +121,6 @@ func (bk NibiruBankKeeper) ForceGasInvariant(
return nil
}

var zeroCostGasConfig store.GasConfig = store.GasConfig{
HasCost: 0,
DeleteCost: 0,
ReadCostFlat: 0,
ReadCostPerByte: 0,
WriteCostFlat: 0,
WriteCostPerByte: 0,
IterNextCostFlat: 0,
}

func (bk NibiruBankKeeper) SendCoins(
ctx sdk.Context,
fromAddr sdk.AccAddress,
Expand Down

0 comments on commit badc772

Please sign in to comment.