From 2adccfa86100cc3e5073bda323d7166ad8e2672c Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 27 Dec 2022 19:32:16 +0100 Subject: [PATCH] fix text --- cashu/wallet/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index bb99eb8..a093a6f 100644 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -335,7 +335,7 @@ async def receive(ctx, token: str, lock: str): # if it was not an lnbits link if url is None: url = ( - input(f"Enter mint URL (or press enter for default: {MINT_URL}: ") + input(f"Enter mint URL (press enter for default {MINT_URL}): ") or MINT_URL )