Skip to content

Commit

Permalink
Update cli version (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Jun 29, 2022
1 parent 4a2a7fd commit 33fe1a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "AGPL-3.0-only"
Expand Down
1 change: 0 additions & 1 deletion stakewise_cli/commands/sync_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 33fe1a5

Please sign in to comment.