Skip to content

Commit

Permalink
Fix menu navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Feb 18, 2024
1 parent fca41a2 commit b29f111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/views/psbt_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def run(self):

elif button_data[selected_menu_num] == self.NEXT or button_data[selected_menu_num] == self.SKIP_VERIFICATION:
if button_data[selected_menu_num] == self.SKIP_VERIFICATION:
self.run_screen(
selected_menu_num = self.run_screen(
DireWarningScreen,
title="Security Warning",
status_icon_name=SeedSignerIconConstants.WARNING,
Expand Down

0 comments on commit b29f111

Please sign in to comment.