aboutsummaryrefslogblamecommitdiffstats
path: root/rpc/testdata/reqresp-paramsnull.js
blob: 8a01bae1bbe7faf3eddabfcefdc31939b0d984b4 (plain) (tree)
1
2
3
4



                                                                     
// 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}