Skip to content

Commit

Permalink
sans key - don't prompt for SD loading
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Jun 7, 2024
1 parent 6294935 commit ab241f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krux/pages/home_pages/wallet_descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _load_wallet(self):

utils = Utils(self.ctx)
_, wallet_data = utils.load_file(
(DESCRIPTOR_FILE_EXTENSION, JSON_FILE_EXTENSION)
(DESCRIPTOR_FILE_EXTENSION, JSON_FILE_EXTENSION), prompt=False
)
persisted = True
except OSError:
Expand Down

0 comments on commit ab241f1

Please sign in to comment.