Skip to content

Commit

Permalink
Update abci/checktx/mempool_parity_check_tx.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
  • Loading branch information
aljo242 and davidterpay authored Jul 2, 2024
1 parent 4d1eedf commit 53649a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abci/checktx/mempool_parity_check_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Check failure on line 135 in abci/checktx/mempool_parity_check_tx.go

View workflow job for this annotation

GitHub Actions / golangci-lint

printf: fmt.Errorf format %s arg lane.Name is a func value, not called (govet)

Check failure on line 135 in abci/checktx/mempool_parity_check_tx.go

View workflow job for this annotation

GitHub Actions / test-unit

fmt.Errorf format %s arg lane.Name is a func value, not called
0,
0,
nil,
Expand Down

0 comments on commit 53649a7

Please sign in to comment.