Sfoglia il codice sorgente

If no proof is requested, it is an error

Cesar Rodas 3 settimane fa
parent
commit
ce2ad4762a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(