We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The RPC id is sometimes a string and sometimes an integer. Example: init_secure_api
init_secure_api
"id": "1", "jsonrpc": "2.0", "result": { "Ok": "03ef8e5c18ff365039fa0292281e70e2881aacdbac9818e7941be3af890fd9e028" } }
broken open_wallet query
open_wallet
{ "error": { "code": -32002, "message": "Encrypted request format error: invalid type: string \"2\", expected u32" }, "id": 1, "jsonrpc": "2.0" }
The text was updated successfully, but these errors were encountered:
Fix mimblewimble#312
82a4d46
Secure API JSON RPC ID can be integer or string (#314)
3091bd9
* Fix #312 * Fix tests
Secure API JSON RPC ID can be integer or string (mimblewimble#314)
1b33798
* Fix mimblewimble#312 * Fix tests
Successfully merging a pull request may close this issue.
The RPC id is sometimes a string and sometimes an integer.
Example:
init_secure_api
broken
open_wallet
queryThe text was updated successfully, but these errors were encountered: