JsonRpcHttpClient should generate version 1.0 request and debug output
Opened this issue · 0 comments
raghavx commented
I am trying to set the jsonrpc version to 1.0 because I have a third party server and they need 1.0 request. The method responsible for doing is defined private. Neither I can override it nor set it easily.
Also there is no way I can print the request generated.