From d20e601ece95244d3895d66f3ae1231499291acb Mon Sep 17 00:00:00 2001 From: ManuelArto Date: Tue, 9 Jun 2026 15:58:07 +0200 Subject: [PATCH] remove redundant test description for malformed RLP in TestSendRawTransaction_InvalidParams --- internal/ethapi/api_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/ethapi/api_test.go b/internal/ethapi/api_test.go index 9b821a2bdc..ee24fe96ee 100644 --- a/internal/ethapi/api_test.go +++ b/internal/ethapi/api_test.go @@ -4175,9 +4175,6 @@ func TestSendRawTransactionSync_Timeout(t *testing.T) { } } -// TestSendRawTransaction_InvalidParams_OnMalformedRLP verifies that malformed-RLP -// inputs are reported with JSON-RPC error code -32602 (InvalidParams), not the -// default -32000. Aligns with JSON-RPC 2.0 spec and the Reth/Besu implementations. func TestSendRawTransaction_InvalidParams_OnMalformedRLP(t *testing.T) { t.Parallel() genesis := &core.Genesis{