diff --git a/lib/service/account_service.dart b/lib/service/account_service.dart index 9e3890976..4c72055ba 100644 --- a/lib/service/account_service.dart +++ b/lib/service/account_service.dart @@ -736,6 +736,8 @@ class AccountServiceImpl extends AccountService { if (!hasPersona) { await _configurationService.setDoneOnboarding(hasPersona); } + // For test only + await _addressService.deriveAddressesFromAllPersona(); if (_configurationService.isDoneOnboarding()) { // dont need to force update, because await injector().getAuthToken();