Skip to content

Commit

Permalink
LoanSchemeResult Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 14, 2024
1 parent a7a4e27 commit ca2bfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/loan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct DestroyLoanScheme {
activate_after_block: Option<u64>,
}

#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct LoanSchemeResult {
pub id: String,
pub mincolratio: i64,
Expand Down

0 comments on commit ca2bfeb

Please sign in to comment.