You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should we add a global bool for .storeAccounts which is checked before every write to .store.activeAccount etc etc
i was going to implement this but realized there would be a tone of unintended side effects like computed vars .isConnected and .isActive and .activeWallet checks that being correct.
if(AnyWalletState.storeAccounts==false){logger.log('.storeAccounts set to false, not recalling or setting .stored');return;}
The text was updated successfully, but these errors were encountered:
should we add a global bool for
.storeAccounts
which is checked before every write to .store.activeAccount etc etci was going to implement this but realized there would be a tone of unintended side effects like computed vars .isConnected and .isActive and .activeWallet checks that being correct.
The text was updated successfully, but these errors were encountered: