feat: more logging for wallet groups

This commit is contained in:
Czarek Nakamoto 2025-05-08 12:20:25 +02:00
parent c52344cbad
commit 6a9bdd2200
2 changed files with 2 additions and 0 deletions

View file

@ -212,6 +212,7 @@ Future<void> initializeAppConfigs({bool loadWallet = true}) async {
final walletInfoSource = await CakeHive.openBox<WalletInfo>(WalletInfo.boxName);
printV("lsof ( after): ${await LsofViewModelBase.fetchLsof()}",separateMultiline: true);
printV("WalletInfoSource length (initializeAppConfigs): ${walletInfoSource.length}");
final templates = await CakeHive.openBox<Template>(Template.boxName);
final exchangeTemplates = await CakeHive.openBox<ExchangeTemplate>(ExchangeTemplate.boxName);
final anonpayInvoiceInfo = await CakeHive.openBox<AnonpayInvoiceInfo>(AnonpayInvoiceInfo.boxName);