diff --git a/abci/checktx/mempool_parity_check_tx.go b/abci/checktx/mempool_parity_check_tx.go index 10d84c8a..5840588a 100644 --- a/abci/checktx/mempool_parity_check_tx.go +++ b/abci/checktx/mempool_parity_check_tx.go @@ -132,7 +132,7 @@ func (m MempoolParityCheckTx) CheckTx() CheckTx { ) return sdkerrors.ResponseCheckTxWithEvents( - fmt.Errorf("tx size exceeds max block bytes"), + fmt.Errorf("tx size exceeds max bytes for lane %s", lane.Name), 0, 0, nil,