From 807c9aad65c9968bfb41429b0efd626b738d3e20 Mon Sep 17 00:00:00 2001 From: yihuang Date: Mon, 1 Apr 2024 20:45:13 +0800 Subject: [PATCH] fix lint --- x/evm/statedb/statedb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/evm/statedb/statedb.go b/x/evm/statedb/statedb.go index 3c5f730433..64b571d4b1 100644 --- a/x/evm/statedb/statedb.go +++ b/x/evm/statedb/statedb.go @@ -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: