Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 1, 2024
1 parent 9b72c3c commit 807c9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/statedb/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type StateDB struct {
origCtx sdk.Context
// ctx is a branched context on top of the context the caller passes in
ctx sdk.Context
// cacheMS caches the `ctx.MultiStore()` to avoid type assersions all the time.
// cacheMS caches the `ctx.MultiStore()` to avoid type assertions all the time.
cacheMS cachemulti.Store

// the action to commit native state, there are two cases:
Expand Down

0 comments on commit 807c9aa

Please sign in to comment.