community electrumx node todo edit

This commit is contained in:
julian 2022-08-31 16:07:20 -06:00
parent 988b365302
commit 99b0543963

View file

@ -206,8 +206,8 @@ class _MaterialAppWithThemeState extends ConsumerState<MaterialAppWithTheme>
ref.read(priceAnd24hChangeNotifierProvider).start(true); ref.read(priceAnd24hChangeNotifierProvider).start(true);
await _wallets.load(_prefs); await _wallets.load(_prefs);
loadingCompleter.complete(); loadingCompleter.complete();
// TODO: this currently hangs for a long time // TODO: this should probably run unawaited. Keep commented out for now as proper community nodes ui hasn't been implemented yet
// await _nodeService.updateCommunityNodes(); // unawaited(_nodeService.updateCommunityNodes());
if (_prefs.isAutoBackupEnabled) { if (_prefs.isAutoBackupEnabled) {
switch (_prefs.backupFrequencyType) { switch (_prefs.backupFrequencyType) {