Skip to content

Commit

Permalink
remove MMC todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Aug 26, 2024
1 parent 1c0f17f commit da58f74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -5770,7 +5770,6 @@ export default class MetamaskController extends EventEmitter {
await this.networkController.setActiveNetwork(networkClientId);
// if the origin has the CAIP-25 permission
// we set per dapp network selection state
// TODO: Verify this is correct
if (
this.permissionController.hasPermission(
origin,
Expand Down Expand Up @@ -6110,7 +6109,6 @@ export default class MetamaskController extends EventEmitter {
await this.networkController.setActiveNetwork(networkClientId);
// if the origin has the CAIP-25 permission
// we set per dapp network selection state
// TODO: Verify this is correct
if (
this.permissionController.hasPermission(
origin,
Expand Down

0 comments on commit da58f74

Please sign in to comment.