public bool CheckIfUserHasAccounts()
        {
            bool lIsNewAccount = !FWalletPandoraServer.IsNewAccount();

            //if (!FUserCoins.Contains(1) && !FAddresses.ContainsKey(1))
            //{
            //    SetCoinAccountData(1);
            //}

            return(lIsNewAccount);
        }