diff --git a/lib/services/coins/stellar/stellar_wallet.dart b/lib/services/coins/stellar/stellar_wallet.dart index fc77bfe72..b12954628 100644 --- a/lib/services/coins/stellar/stellar_wallet.dart +++ b/lib/services/coins/stellar/stellar_wallet.dart @@ -330,9 +330,6 @@ class StellarWallet extends CoinServiceAPI with WalletCache, WalletDB { ), ); - // restore from backup - // await _rescanRestore(); - Logging.instance.log( "Exception rethrown from fullRescan(): $e\n$s", level: LogLevel.Error,