mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
remove redundant test description for malformed RLP in TestSendRawTransaction_InvalidParams
This commit is contained in:
parent
1e0855e5ae
commit
d20e601ece
1 changed files with 0 additions and 3 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue