Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions abci/checktx/mev_check_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@
"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),

Check warning on line 106 in abci/checktx/mev_check_tx.go

View check run for this annotation

Codecov / codecov/patch

abci/checktx/mev_check_tx.go#L106

Added line #L106 was not covered by tests
0,
0,
nil,
Expand Down
Loading