Skip to content

Commit

Permalink
more rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Aug 22, 2023
1 parent 36ce166 commit 4b47b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed android/app/src/androidTest/resources/validTgzFile.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions app/core/Permissions/specifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ export const getPermissionSpecifications = ({ getAllAccounts }) => ({
},
[PermissionKeys.snap_confirm]: {
permissionType: PermissionType.RestrictedMethod,
targetKey: PermissionKeys.snap_confirm,
targetName: PermissionKeys.snap_confirm,
},
[PermissionKeys.snap_getBip44Entropy]: {
permissionType: PermissionType.RestrictedMethod,
targetKey: PermissionKeys.snap_getBip44Entropy,
targetName: PermissionKeys.snap_getBip44Entropy,
},
});

Expand Down

0 comments on commit 4b47b59

Please sign in to comment.