fix: pass mintUrl rather than mint instance

This commit is contained in:
P. Reis 2025-02-19 11:34:33 -03:00
parent 04d710b1b8
commit e9210118b0

View file

@ -123,7 +123,7 @@ app.post('/mint/:quote_id', requireNip44Signer, async (c) => {
content: await signer.nip44.encrypt( content: await signer.nip44.encrypt(
pubkey, pubkey,
JSON.stringify({ JSON.stringify({
mint, mint: mintUrl,
proofs, proofs,
}), }),
), ),