mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 23:55:01 +01:00
feat: signature on mint witness
This commit is contained in:
@@ -160,6 +160,7 @@ pub async fn mint_proofs(
|
||||
amount,
|
||||
unit: CurrencyUnit::Sat,
|
||||
description,
|
||||
pubkey: None,
|
||||
};
|
||||
|
||||
let mint_quote = wallet_client.post_mint_quote(request).await?;
|
||||
@@ -192,6 +193,7 @@ pub async fn mint_proofs(
|
||||
let request = MintBolt11Request {
|
||||
quote: mint_quote.quote,
|
||||
outputs: premint_secrets.blinded_messages(),
|
||||
signature: None,
|
||||
};
|
||||
|
||||
let mint_response = wallet_client.post_mint(request).await?;
|
||||
|
||||
Reference in New Issue
Block a user