- Test case to illustrate how the recovery process works

This commit is contained in:
Richard Ramos 2018-02-27 17:11:22 -04:00
parent 6f413373b0
commit 5a22b71313

View File

@ -63,7 +63,7 @@ contract Identity is ERC725, ERC735 {
}
function Identity() public {
_addKey(bytes32(msg.sender), MANAGEMENT_KEY, 1);
_addKey(bytes32(msg.sender), MANAGEMENT_KEY, 0);
minimumApprovalsByKeyType[MANAGEMENT_KEY] = 1;
}