Skip to content

Commit 0ee3f2a

Browse files
committed
Add TODO back
1 parent a860813 commit 0ee3f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/snaps-controllers/src/snaps/SnapController.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4340,6 +4340,8 @@ export class SnapController extends BaseController<
43404340
oldPermissions,
43414341
);
43424342

4343+
// TODO: The assumption that these are unused only holds so long as we do
4344+
// not permit dynamic permission requests.
43434345
const unusedPermissions = permissionsDiff(
43444346
oldPermissions,
43454347
desiredPermissionsSetWithDynamic,

0 commit comments

Comments
 (0)