electrum updates (#1449)

* hotfixes

* copy over the rest of the fixes

* use hardened derivation path everywhere

* correct balance path for electrum

* revert index nullability and correct balance path for all cases

* only save wallet info if we changed it
This commit is contained in:
Matthew Fosse 2024-06-18 07:08:03 +02:00 committed by GitHub
parent fc2c9a2bcc
commit 591342ec6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 66 additions and 46 deletions

View file

@ -202,7 +202,7 @@ Future<void> initializeAppConfigs() async {
transactionDescriptions: transactionDescriptions,
secureStorage: secureStorage,
anonpayInvoiceInfo: anonpayInvoiceInfo,
initialMigrationVersion: 36,
initialMigrationVersion: 37,
);
}