Skip to content

Commit

Permalink
Change input question
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Oct 16, 2024
1 parent a05bcc5 commit 7e792bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-runner-cli/setup/BaseSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get_download_community_snapshot():
f"Downloading latest snapshot of the ledger will allow to sync faster when starting the node"
f"if the ledger folder is empty."
f'\n{bcolors.WARNING}Press Enter to accept default or choose to download latest snapshot of the ledger [true/false] ',
QuestionKeys.input_ledger_path,
QuestionKeys.input_download_snapshot_ledger,
)
if download_community_snapshot_string == "":
download_community_snapshot = True
Expand Down

0 comments on commit 7e792bb

Please sign in to comment.