diff --git a/cosmos/x/evm/plugins/precompile/plugin_test.go b/cosmos/x/evm/plugins/precompile/plugin_test.go index f4c2cee95..447b4cc3f 100644 --- a/cosmos/x/evm/plugins/precompile/plugin_test.go +++ b/cosmos/x/evm/plugins/precompile/plugin_test.go @@ -125,14 +125,6 @@ var ( // MOCKS BELOW. -type mockSP struct { - ctx sdk.Context -} - -func (msp *mockSP) SetGasConfig(kvg storetypes.GasConfig, tkvg storetypes.GasConfig) { - msp.ctx = msp.ctx.WithKVGasConfig(kvg).WithTransientKVGasConfig(tkvg) -} - type mockEVM struct { vm.PrecompileEVM ctx sdk.Context