From 6cca6e0d7a60208c436a379d5c8892d99e56c525 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Fri, 19 Jan 2024 17:52:43 -0800 Subject: [PATCH] refactor(succinct-client): derive (#336) --- client/src/request.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/request.rs b/client/src/request.rs index 6d2ef6dc..0f32a5f7 100644 --- a/client/src/request.rs +++ b/client/src/request.rs @@ -81,6 +81,7 @@ const LOCAL_PROOF_FOLDER: &str = "./proofs"; /// Client to interact with the Succinct X API. #[allow(dead_code)] +#[derive(Clone)] pub struct SuccinctClient { /// HTTP client. client: Client,