mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 13:16:00 +01:00
fix(mint): remove mint quote after minting
This commit is contained in:
@@ -247,6 +247,10 @@ impl Mint {
|
||||
blind_signatures.push(blinded_signature);
|
||||
}
|
||||
|
||||
self.localstore
|
||||
.remove_mint_quote(&mint_request.quote)
|
||||
.await?;
|
||||
|
||||
Ok(nut04::MintBolt11Response {
|
||||
signatures: blind_signatures,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user