Skip to content

Commit

Permalink
Wallet: fix nostr receive cli linebreak prints (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored Feb 26, 2024
1 parent a77b7dd commit cfebf70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cashu/wallet/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cfebf70

Please sign in to comment.