Skip to content

Commit

Permalink
refactor(succinct-client): derive (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Jan 20, 2024
1 parent c4cc0d9 commit 46c5f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 46c5f15

Please sign in to comment.