From 8c642d68898befc3f8ca3238d6a9d5ee9d63a3c8 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 4 Nov 2020 02:21:54 +0800 Subject: [PATCH] Fix typo --- eth2deposit/cli/existing_mnemonic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2deposit/cli/existing_mnemonic.py b/eth2deposit/cli/existing_mnemonic.py index 74ca7ea..5fc1316 100644 --- a/eth2deposit/cli/existing_mnemonic.py +++ b/eth2deposit/cli/existing_mnemonic.py @@ -43,7 +43,7 @@ def validate_mnemonic(cts: click.Context, param: Any, mnemonic: str) -> str: 'passwords. Providing a password here when you didn\'t use one initially, can result in lost keys (and ' 'therefore funds)! Also note that if you used this tool to generate your mnemonic intially, then you did not ' 'use a mnemonic password. However, if you are certain you used a password to "increase" the security of your ' - 'mnemonic, this is where you enter it.mnemonic'), + 'mnemonic, this is where you enter it.'), prompt=False, ) @click.option(