Răsfoiți Sursa

If no proof is requested, it is an error

Cesar Rodas 3 săptămâni în urmă
părinte
comite
ce2ad4762a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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(