Fix: Rename unused jsonrpc field to _jsonrpc to silence warning
All checks were successful
Smoke tests / Build and smoke test (push) Successful in 1m1s
All checks were successful
Smoke tests / Build and smoke test (push) Successful in 1m1s
This commit is contained in:
@@ -11,7 +11,7 @@ use crate::commands;
|
|||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
struct JsonRpcRequest {
|
struct JsonRpcRequest {
|
||||||
jsonrpc: String,
|
_jsonrpc: String,
|
||||||
method: String,
|
method: String,
|
||||||
params: Option<serde_json::Value>,
|
params: Option<serde_json::Value>,
|
||||||
id: Option<serde_json::Value>,
|
id: Option<serde_json::Value>,
|
||||||
|
|||||||
Reference in New Issue
Block a user