Skip to content

Commit

Permalink
add envoy log
Browse files Browse the repository at this point in the history
  • Loading branch information
dariyoo99 committed May 23, 2024
1 parent 597056a commit 1179aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/business/account_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ class AccountManager extends ChangeNotifier {
accounts.add(restoredAccount);
try {
restoredAccount.wallet.init(walletsDirectory);
} on Exception catch (_) {
kPrint("Error with initializing wallet");
} on Exception catch (e) {
EnvoyReport().log("recovery", e.toString());
}
}
}
Expand Down

0 comments on commit 1179aa9

Please sign in to comment.