Skip to content

Commit

Permalink
flow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Feb 1, 2024
1 parent b1a3d90 commit d3f90ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export default class TransactionsStore extends Store<StoresMap, ActionsMap> {
return newMultiToken(defaultToken);
},
});
this.stores.substores.ada.delegation.refreshDelegation(publicDeriver);
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 d3f90ea

Please sign in to comment.