mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
commented out communityNodes
This commit is contained in:
parent
5db5e020b6
commit
90f0d3649c
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class _MaterialAppWithThemeState extends ConsumerState<MaterialAppWithTheme>
|
|||
await _wallets.load(_prefs);
|
||||
loadingCompleter.complete();
|
||||
// TODO: this currently hangs for a long time
|
||||
await _nodeService.updateCommunityNodes();
|
||||
// await _nodeService.updateCommunityNodes();
|
||||
|
||||
if (_prefs.isAutoBackupEnabled) {
|
||||
switch (_prefs.backupFrequencyType) {
|
||||
|
|
Loading…
Reference in a new issue