We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b90b6 commit f875ab8Copy full SHA for f875ab8
ape_ledger/choices.py
@@ -73,7 +73,7 @@ def get_user_selected_account(self) -> tuple[str, "HDAccountPath"]:
73
74
address = self._get_user_selection()
75
76
- account_id = self._choice_index + self._index_offset
+ account_id = (self._choice_index or 0) + self._index_offset
77
return address, self._hd_root_path.get_account_path(account_id)
78
79
def _get_user_selection(self) -> str:
0 commit comments