Several accounts missing

Several accounts in wallet not loading and how to fix?

Previously created accounts not showing

When the wallet can’t establish the number of accounts revealed it may default to just a single one. Rest assured these accounts can be restored. From wallet version 3.32.2, restoring the wallet from seed should fix this issue, if not try one of the following options.

Option 1: Restoring some addresses

Clicking the “Switch Account” button in the top right menu and then the "Create an Account button" will always reveal the same addresses in order.

Option 2: Restoring many addresses

Using the debug tool it is possible to quickly reveal many accounts at once. Take these steps:

  1. Right click the extension icon, or the top right menu.

  2. Open Leather in a new tab

  3. Open console: Ctrl+Shift+I

  4. copy this: debug.setHigestAccountIndex(XX)

  5. replace "XX" with the number of accounts you want to reveal (minus 1)

  6. press <Enter>

This is what that could look like in the console and in the wallet after using the command:

Last updated