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

Commit

Permalink
bing
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear committed Oct 13, 2023
1 parent 57a8e4b commit 63cf716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosmos/x/evm/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (k *Keeper) Setup(chain Blockchain) error {
return k.SetupPrecompiles()
}

func (k *Keeper) StartEnginePlguin(ctx client.Context) {
func (k *Keeper) StartEnginePlugin(ctx client.Context) {
k.ep.Start(ctx)
}

Expand Down
2 changes: 1 addition & 1 deletion e2e/testapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (app *SimApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APICon
}

// TODO, register this better.
app.EVMKeeper.StartEnginePlguin(apiSvr.ClientCtx)
app.EVMKeeper.StartEnginePlugin(apiSvr.ClientCtx)

if err := app.Polaris.Init(apiSvr.ClientCtx, app.Logger()); err != nil {
panic(err)
Expand Down

0 comments on commit 63cf716

Please sign in to comment.