Skip to content

Commit

Permalink
Only install 0/1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmogul committed Oct 29, 2023
1 parent 49385ad commit c23150d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/toolbox/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,6 @@ def get_shard_menu() -> None:
menu_options = [
"[0] - Shard 0",
"[1] - Shard 1",
"[2] - Shard 2",
"[3] - Shard 3",
]
terminal_menu = TerminalMenu(menu_options, title="* Which Shard will this node sign blocks on? ")
our_shard = int(terminal_menu.show())
Expand Down

0 comments on commit c23150d

Please sign in to comment.