T2824
Cashtab wallets are created into savedWallets without a state key, as this is created and populated in update. However, update is only called on active wallets. When a wallet is first activated, it is running through loadStoredWallet, which expects a defined state.
This function allows loadStoredWallet to handle undefined as an input.