Skip to content

Commit cf2bee7

Browse files
committed
Merge branch 'master' into gip-25-deploy-reserve-xdc
2 parents 0d6828e + c9efe69 commit cf2bee7

File tree

7 files changed

+1198
-330
lines changed

7 files changed

+1198
-330
lines changed

contracts/identity/IdentityV3.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,9 @@ contract IdentityV3 is
6969
__Pausable_init_unchained();
7070
__EIP712_init_unchained("Identity", "1.0.0");
7171
authenticationPeriod = 365 * 3;
72-
_setupRole(DEFAULT_ADMIN_ROLE, avatar);
7372
_setupRole(DEFAULT_ADMIN_ROLE, _owner);
74-
_setupRole(PAUSER_ROLE, avatar);
7573
_setupRole(PAUSER_ROLE, _owner);
7674
_setupRole(IDENTITY_ADMIN_ROLE, _owner);
77-
_setupRole(IDENTITY_ADMIN_ROLE, avatar);
7875

7976
oldIdentity = _oldIdentity;
8077
}

0 commit comments

Comments
 (0)