thesimplekid 1 rok temu
rodzic
commit
03aa4a17b2
1 zmienionych plików z 1 dodań i 1 usunięć
  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)?;