From 33fe1a583e60b986bd42b88dcea8f06f12e8d330 Mon Sep 17 00:00:00 2001 From: Dmitri Tsumak Date: Wed, 29 Jun 2022 20:56:35 +0300 Subject: [PATCH] Update cli version (#48) --- pyproject.toml | 2 +- stakewise_cli/commands/sync_db.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27c09cc..f554360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stakewise-cli" -version = "1.1.7" +version = "1.2" description = "StakeWise Operator CLI is used to generate and manage ETH2 validator keys." authors = ["Dmitri Tsumak "] license = "AGPL-3.0-only" diff --git a/stakewise_cli/commands/sync_db.py b/stakewise_cli/commands/sync_db.py index 533aec1..ccb22d0 100644 --- a/stakewise_cli/commands/sync_db.py +++ b/stakewise_cli/commands/sync_db.py @@ -79,7 +79,6 @@ def sync_db( 'Enter your mnemonic separated by spaces (" ")', value_proc=validate_mnemonic, type=click.STRING, - hide_input=True, ) click.clear()