mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-22 23:25:22 +01:00
fix: creating auth keyset when auth disabled
This commit is contained in:
@@ -26,7 +26,7 @@ pub async fn check_pending(multi_mint_wallet: &MultiMintWallet) -> Result<()> {
|
||||
// Try to reclaim any proofs that are no longer pending
|
||||
match wallet.reclaim_unspent(pending_proofs).await {
|
||||
Ok(()) => println!("Successfully reclaimed pending proofs"),
|
||||
Err(e) => println!("Error reclaimed pending proofs: {}", e),
|
||||
Err(e) => println!("Error reclaimed pending proofs: {e}"),
|
||||
}
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user