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,