From a6c7bbd751b85516d7b2f6ad315376d14264be79 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Fri, 7 Feb 2025 18:11:39 -0300 Subject: [PATCH] createNutzapInformationController: add TODO message --- src/controllers/api/ditto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/ditto.ts b/src/controllers/api/ditto.ts index d9850163..2ab3ceb6 100644 --- a/src/controllers/api/ditto.ts +++ b/src/controllers/api/ditto.ts @@ -429,7 +429,7 @@ export const createNutzapInformationController: AppController = async (c) => { 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 }); if (!event) {