Remove node.moneroworld.com (#1667)

* Remove node.moneroworld.com from default nodes and apply settings migration

* Small fix
This commit is contained in:
tuxsudo 2024-09-05 10:32:31 -04:00 committed by GitHub
parent 3869a71bd1
commit 580bd01345
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 13 deletions

View file

@ -186,7 +186,7 @@ Future<void> initializeAppConfigs() async {
transactionDescriptions: transactionDescriptions,
secureStorage: secureStorage,
anonpayInvoiceInfo: anonpayInvoiceInfo,
initialMigrationVersion: 39,
initialMigrationVersion: 40,
);
}