mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
createNutzapInformationController: add TODO message
This commit is contained in:
parent
f5ebb5d82a
commit
a6c7bbd751
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ export const createNutzapInformationController: AppController = async (c) => {
|
||||||
return c.json({ error: 'Signer does not have nip 44' }, 400);
|
return c.json({ error: 'Signer does not have nip 44' }, 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
const { relays, mints } = result.data;
|
const { relays, mints } = result.data; // TODO: get those mints and replace the mints specified in wallet, so 'nutzap information event' and the wallet always have the same mints
|
||||||
|
|
||||||
const [event] = await store.query([{ authors: [pubkey], kinds: [17375] }], { signal });
|
const [event] = await store.query([{ authors: [pubkey], kinds: [17375] }], { signal });
|
||||||
if (!event) {
|
if (!event) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue