-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't remove wallet account if
storageAddress
is undefined (#595)
* Don't remove wallet account if `storageAddress` is undefined This is to fix a bug where the wallet account is sometimes deleted when switching between tenants * Change storage key for account so that it's not cached per tenant * Add log statements * Add more log statements * Fix condition for initializing wallet * Flip condition for initializing wallet * Remove condition for account check * Add log statement * Add another log statement * Add logs for talisman * Add delay for initializing wallets * Revert unnecessary changes * Address comments --------- Co-authored-by: Kacper Szarkiewicz <[email protected]>
- Loading branch information
1 parent
457fd1a
commit 6d23258
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters