fix(mint): remove mint quote after minting

This commit is contained in:
thesimplekid
2024-06-11 13:04:52 +01:00
parent bed8309d20
commit f68172b1bc

View File

@@ -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,
})