Skip to content

Commit

Permalink
fix e2e test updating balance after send
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Nov 15, 2024
1 parent 9214479 commit 9facc09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -6957,6 +6957,9 @@ export default class MetamaskController extends EventEmitter {
await this._createTransactionNotifcation(transactionMeta);
await this._updateNFTOwnership(transactionMeta);
this._trackTransactionFailure(transactionMeta);
await this.tokenBalancesController.updateBalancesByChainId({
chainId: transactionMeta.chainId,
});
}

async _createTransactionNotifcation(transactionMeta) {
Expand Down

0 comments on commit 9facc09

Please sign in to comment.