mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-16 01:14:25 +00:00
- Test case to illustrate how the recovery process works
This commit is contained in:
parent
6f413373b0
commit
5a22b71313
@ -63,7 +63,7 @@ contract Identity is ERC725, ERC735 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Identity() public {
|
function Identity() public {
|
||||||
_addKey(bytes32(msg.sender), MANAGEMENT_KEY, 1);
|
_addKey(bytes32(msg.sender), MANAGEMENT_KEY, 0);
|
||||||
minimumApprovalsByKeyType[MANAGEMENT_KEY] = 1;
|
minimumApprovalsByKeyType[MANAGEMENT_KEY] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user