From 080f4ef2bfb50b5c8c3a42517caacb16ab12326d Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 10 Mar 2025 11:07:19 -0500 Subject: [PATCH] fix: remove unnecessary clone --- crates/cdk/src/wallet/mint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cdk/src/wallet/mint.rs b/crates/cdk/src/wallet/mint.rs index bb8deac7..8f3c1939 100644 --- a/crates/cdk/src/wallet/mint.rs +++ b/crates/cdk/src/wallet/mint.rs @@ -79,7 +79,7 @@ impl Wallet { mint_url, id: quote_res.quote, amount, - unit: unit.clone(), + unit, request: quote_res.request, state: quote_res.state, expiry: quote_res.expiry.unwrap_or(0),