refactor: remove useless comments

This commit is contained in:
P. Reis 2025-03-17 22:41:36 -03:00
parent 355c53fd64
commit 5ff8bf4479

View file

@ -245,9 +245,6 @@ route.get('/wallet', userMiddleware({ enc: 'nip44' }), swapNutzapsMiddleware, as
return c.json(walletEntity, 200); return c.json(walletEntity, 200);
}); });
// PUT wallet
// what errors to return?
/** Get mints set by the CASHU_MINTS environment variable. */ /** Get mints set by the CASHU_MINTS environment variable. */
route.get('/mints', (c) => { route.get('/mints', (c) => {
const { conf } = c.var; const { conf } = c.var;