mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: pass mintUrl rather than mint instance
This commit is contained in:
parent
04d710b1b8
commit
e9210118b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue