Skip to content

Commit fd4f81c

Browse files
committed
fix testutil build failed
1 parent 6ec4b7a commit fd4f81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evmd/testutil/abci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func checkTxBytes(app evm.EvmApp, txEncoder sdk.TxEncoder, tx sdk.Tx) (abci.Resp
256256
}
257257

258258
if res.Code != 0 {
259-
return abci.ResponseCheckTx{}, errorsmod.Wrapf(errortypes.ErrInvalidRequest, res.Log)
259+
return abci.ResponseCheckTx{}, errorsmod.Wrapf(errortypes.ErrInvalidRequest, "%s", res.Log)
260260
}
261261

262262
return *res, nil

0 commit comments

Comments
 (0)