Removing unused function
This commit is contained in:
parent
b096936f98
commit
e9b9963153
|
@ -4,12 +4,6 @@ import "../identity/IdentityKernel.sol";
|
|||
|
||||
contract UpdatedIdentityKernel is IdentityKernel {
|
||||
|
||||
function initIdentity(address _caller) external {
|
||||
require(minimumApprovalsByKeyType[MANAGEMENT_KEY] == 0);
|
||||
_addKey(bytes32(_caller), MANAGEMENT_KEY, 0);
|
||||
minimumApprovalsByKeyType[MANAGEMENT_KEY] = 1;
|
||||
}
|
||||
|
||||
event TestFunctionExecuted(uint8 minApprovalsByManagementKeys);
|
||||
|
||||
function test() public {
|
||||
|
|
Loading…
Reference in New Issue