Skip to content

Commit

Permalink
refresh wallet delegation data at start up
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih committed Jun 27, 2022
1 parent 94df623 commit 08bbc75
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -368,6 +368,7 @@ export default class WalletStore extends Store<StoresMap, ActionsMap> {
);
}
stores.delegation.addObservedWallet(request.publicDeriver);
stores.delegation.refreshDelegation(request.publicDeriver);
}
};

Expand Down

0 comments on commit 08bbc75

Please sign in to comment.