mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
community electrumx node todo edit
This commit is contained in:
parent
988b365302
commit
99b0543963
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue