diff --git a/src/rpc/methods/f3.rs b/src/rpc/methods/f3.rs index ab9180a3f2a..415ce544925 100644 --- a/src/rpc/methods/f3.rs +++ b/src/rpc/methods/f3.rs @@ -580,7 +580,7 @@ impl RpcMethod<0> for F3IsRunning { const PERMISSION: Permission = Permission::Read; type Params = (); - type Ok = bool; + type Ok = serde_json::Value; async fn handle(_: Ctx, (): Self::Params) -> Result { let client = get_rpc_http_client()?;