mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
7 lines
298 B
JavaScript
7 lines
298 B
JavaScript
// This test checks processing of messages with invalid ID.
|
|
|
|
--> {"id":[],"method":"test_foo"}
|
|
<-- {"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"invalid request"}}
|
|
|
|
--> {"id":{},"method":"test_foo"}
|
|
<-- {"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"invalid request"}}
|