Skip to content

Commit

Permalink
Echo the folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jan 16, 2023
1 parent 2b5c218 commit 1f8bab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions staking_deposit/cli/generate_bls_to_execution_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,6 @@ def generate_bls_to_execution_change(
if not json_file_validation_result:
raise ValidationError(load_text(['err_verify_btec']))

click.echo(load_text(['msg_creation_success']) + str(bls_to_execution_changes_folder))

click.pause(load_text(['msg_pause']))
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"help": "The folder path for the keystore(s). Pointing to `./bls_to_execution_changes` by default."
},
"msg_key_creation": "Creating your SignedBLSToExecutionChange.",
"msg_creation_success": "\nSuccess!\nYour SignedBLSToExecutionChange data can be found at: ",
"msg_creation_success": "\nSuccess!\nYour SignedBLSToExecutionChange JSON file can be found at: ",
"msg_pause": "\n\nPress any key.",
"err_verify_btec": "Failed to verify the bls_to_execution_change JSON files."
}
Expand Down

0 comments on commit 1f8bab5

Please sign in to comment.