From 9e843acfd0fa73015ea1b4769de77eaa5cb12c5d Mon Sep 17 00:00:00 2001 From: redshift <213178690+1ftredsh@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:22:50 +0000 Subject: [PATCH] wallet command --- src/cli.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.ts b/src/cli.ts index 6e42083..fd0b6c1 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -118,6 +118,7 @@ async function initDaemon(): Promise { 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 {