wallet command

This commit is contained in:
redshift
2026-03-04 10:22:50 +00:00
parent 95769a51fe
commit 9e843acfd0
+1
View File
@@ -118,6 +118,7 @@ async function initDaemon(): Promise<void> {
await setupIntegration(config);
logger.log("\nInitialization complete!");
logger.log("\n use 'cocod receive cashu' or 'cocod receive bolt11 2100' to top up your local wallet!");
}
async function checkCocodInstalled(): Promise<boolean> {