mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
4 lines
170 B
JavaScript
4 lines
170 B
JavaScript
// This test checks that calls with "params":null work.
|
|
|
|
--> {"jsonrpc":"2.0","method":"test_noArgsRets","params":null,"id":3}
|
|
<-- {"jsonrpc":"2.0","id":3,"result":null}
|