Skip to content

Commit

Permalink
[Chore] Fix ledger prompt
Browse files Browse the repository at this point in the history
Problem: Previous message could be misleading, since
it doesn't wait for the ledger to be connected and visible,
but the specific app to be opened on it.

Solution: Fix the prompt.
  • Loading branch information
krendelhoff2 committed Nov 1, 2023
1 parent 3fbb752 commit 54b8b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baking/src/tezos_baking/wizard_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ def import_key(self, key_mode_query, ledger_app=None):
print("press Ctrl+C to go back to the key import mode selection.")
print(
color(
"Waiting for the Ledger Device to appear...", color_green
f"Waiting for the Tezos {ledger_app} to be opened...",
color_green,
),
end="",
flush=True,
Expand Down

0 comments on commit 54b8b17

Please sign in to comment.