diff --git a/src/rpc/rpc_client.rs b/src/rpc/rpc_client.rs index eb4f6620..5e76e215 100644 --- a/src/rpc/rpc_client.rs +++ b/src/rpc/rpc_client.rs @@ -128,7 +128,6 @@ impl RpcClient { { Err(rpc_error) => { node_status.num_failures.fetch_add(1, Ordering::SeqCst); - // TODO: Save failure info somewhere Err(Error::from(rpc_error)) } Ok(x) => x,