Skip to content

Commit

Permalink
force derive address for all seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha committed Sep 5, 2024
1 parent 7663c27 commit 193ec71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/service/account_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<AuthService>().getAuthToken();
Expand Down

0 comments on commit 193ec71

Please sign in to comment.