Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Sep 1, 2024
1 parent 89f9102 commit db86aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (k Keeper) AddTransientGasUsed(ctx sdk.Context, gasUsed uint64) (uint64, er
}

// ----------------------------------------------------------------------------
// Stateful Precompiled Contracts sectopn
// Stateful Precompiled Contracts section
// ----------------------------------------------------------------------------

func (k *Keeper) WithStatefulPrecompiledContracts(contracts []CustomContractFn) {
Expand Down

0 comments on commit db86aba

Please sign in to comment.