mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
feat: more logging for wallet groups
This commit is contained in:
parent
c52344cbad
commit
6a9bdd2200
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue