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 )