Parcourir la source

chore: clippy

thesimplekid il y a 1 an
Parent
commit
03aa4a17b2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      crates/cashu-sdk/src/mint/mod.rs

+ 1 - 1
crates/cashu-sdk/src/mint/mod.rs

@@ -276,7 +276,7 @@ impl<L: LocalStore> Mint<L> {
         for id in &output_keyset_ids {
             let keyset = self
                 .localstore
-                .get_keyset(&id)
+                .get_keyset(id)
                 .await?
                 .ok_or(Error::UnknownKeySet)?;