From fcd46eef4147a3632c0a5ecefecf39a62af09f23 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:13:19 +0100 Subject: [PATCH] fix help --- cashu/wallet/cli_helpers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cashu/wallet/cli_helpers.py b/cashu/wallet/cli_helpers.py index 15a5b7b..d1084da 100644 --- a/cashu/wallet/cli_helpers.py +++ b/cashu/wallet/cli_helpers.py @@ -31,9 +31,7 @@ async def verify_mints(ctx, dtoken): # we encountered a new mint and ask for a user confirmation trust_token_mints = False print("") - print( - "Warning: Tokens are from a mint you don't know yet. Make sure that you know this mint." - ) + print("Warning: Tokens are from a mint you don't know yet.") print("\n") print(f"Mint URL: {mint_url}") print(f"Mint keyset: {keyset}")