From 99b0543963861bd3034ae941bb8665766a6f76b8 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 31 Aug 2022 16:07:20 -0600 Subject: [PATCH] community electrumx node todo edit --- lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 446761280..e6d92eff2 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -206,8 +206,8 @@ class _MaterialAppWithThemeState extends ConsumerState ref.read(priceAnd24hChangeNotifierProvider).start(true); await _wallets.load(_prefs); loadingCompleter.complete(); - // TODO: this currently hangs for a long time - // await _nodeService.updateCommunityNodes(); + // TODO: this should probably run unawaited. Keep commented out for now as proper community nodes ui hasn't been implemented yet + // unawaited(_nodeService.updateCommunityNodes()); if (_prefs.isAutoBackupEnabled) { switch (_prefs.backupFrequencyType) {