Skip to content

Commit 83f9ec5

Browse files
committed
remove excess line
1 parent d531f88 commit 83f9ec5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x/evm/keeper/msg_server.go

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ func (server msgServer) EVMTransaction(goCtx context.Context, msg *types.MsgEVMT
6363
defer func() {
6464
defer stateDB.Cleanup()
6565
if pe := recover(); pe != nil {
66-
stateDB.Cleanup()
6766
if !strings.Contains(fmt.Sprintf("%s", pe), occtypes.ErrReadEstimate.Error()) {
6867
debug.PrintStack()
6968
ctx.Logger().Error(fmt.Sprintf("EVM PANIC: %s", pe))

0 commit comments

Comments
 (0)