Skip to content

Commit

Permalink
Merge pull request #3411 from Emurgo/fix/YOEXT-998/delegated-balance-…
Browse files Browse the repository at this point in the history
…update

delegated balance update fix
  • Loading branch information
vsubhuman authored Feb 2, 2024
2 parents 036c4cd + d3f90ea commit 1f3e3b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ export default class TransactionsStore extends Store<StoresMap, ActionsMap> {
return newMultiToken(defaultToken);
},
});
this.stores.substores.ada.delegation.refreshDelegation(request.publicDeriver);
if (!getBalanceRequest.promise || !getAssetDepositRequest.promise)
throw new Error('should never happen');
await Promise.all([getBalanceRequest.promise, getAssetDepositRequest.promise]);
Expand Down

0 comments on commit 1f3e3b6

Please sign in to comment.