diff --git a/abci/checktx/mev_check_tx.go b/abci/checktx/mev_check_tx.go index f1f77ef9..2a8306f9 100644 --- a/abci/checktx/mev_check_tx.go +++ b/abci/checktx/mev_check_tx.go @@ -102,9 +102,8 @@ func (handler *MEVCheckTxHandler) CheckTx() CheckTx { "err", rec, ) - err = fmt.Errorf("panic in check tx handler: %s", rec) resp = sdkerrors.ResponseCheckTxWithEvents( - err, + fmt.Errorf("panic in check tx handler: %s", rec), 0, 0, nil,