浏览代码

chore: clippy

thesimplekid 1 年之前
父节点
当前提交
03aa4a17b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)?;