From 2a7e8a43bae9d1e6a3c0448dddbd9a599fcd0bcb Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:49:33 +0100 Subject: [PATCH] Wallet: fix nostr receive cli linebreak prints --- cashu/wallet/cli/cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cashu/wallet/cli/cli.py b/cashu/wallet/cli/cli.py index b9b3ad19..10251477 100644 --- a/cashu/wallet/cli/cli.py +++ b/cashu/wallet/cli/cli.py @@ -513,8 +513,7 @@ async def receive_cli( elif nostr: await receive_nostr(wallet) # exit on keypress - print("Press any key to exit.") - click.getchar() + input("Enter any text to exit.") print("Exiting.") os._exit(0) elif all: