mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 21:26:13 +01:00
fix: cache test mint
This commit is contained in:
@@ -440,7 +440,7 @@ async fn test_cached_mint() -> Result<()> {
|
||||
let active_keyset_id = wallet.get_active_mint_keyset().await?.id;
|
||||
let http_client = HttpClient::new(get_mint_url().as_str().parse()?);
|
||||
let premint_secrets =
|
||||
PreMintSecrets::random(active_keyset_id, 31.into(), &SplitTarget::default()).unwrap();
|
||||
PreMintSecrets::random(active_keyset_id, 100.into(), &SplitTarget::default()).unwrap();
|
||||
|
||||
let mut request = MintBolt11Request {
|
||||
quote: quote.id,
|
||||
|
||||
Reference in New Issue
Block a user