Skip to content

Commit

Permalink
fix: add the Clone trait to InfoResponse (multimint)
Browse files Browse the repository at this point in the history
  • Loading branch information
IroncladDev committed Jul 5, 2024
1 parent 5366331 commit 92751f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimint/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use fedimint_core::{Amount, TieredSummary};
use serde::Serialize;

/// InfoResponse for getting the Federation Config info
#[derive(Debug, Serialize)]
#[derive(Debug, Serialize, Clone)]
#[serde(rename_all = "snake_case")]
pub struct InfoResponse {
pub federation_id: FederationId,
Expand Down

0 comments on commit 92751f2

Please sign in to comment.