ソースを参照

If no proof is requested, it is an error

Cesar Rodas 3 週間 前
コミット
ce2ad4762a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      crates/cdk-sql-common/src/mint/proofs.rs

+ 1 - 1
crates/cdk-sql-common/src/mint/proofs.rs

@@ -351,7 +351,7 @@ where
         ys: &[PublicKey],
     ) -> Result<Acquired<ProofsWithState>, Self::Err> {
         if ys.is_empty() {
-            return Ok(ProofsWithState::new(vec![], State::Unspent).into());
+            return Err(database::Error::ProofNotFound);
         }
 
         let rows = query(