Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Sep 24, 2023
1 parent 9a6c42f commit 8e4c6f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cosmos/x/evm/plugins/precompile/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e4c6f5

Please sign in to comment.