mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-29 15:45:55 +00:00
Fixing naming errors required for compilation
This commit is contained in:
parent
74262dd33e
commit
79da42e2ba
@ -11,7 +11,7 @@ contract IdentityFactory is Factory {
|
||||
|
||||
function IdentityFactory(bytes _infohash)
|
||||
public
|
||||
Factory(new IdentityKernel(), _infohash)
|
||||
Factory(new IdentityKernel())
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -8,6 +8,6 @@ contract UpdatedIdentityKernel is IdentityKernel {
|
||||
event TestFunctionExecuted(uint256 minApprovalsByManagementKeys);
|
||||
|
||||
function test() public {
|
||||
TestFunctionExecuted(minimumApprovalsByKeyPurpose[MANAGEMENT_KEY]);
|
||||
TestFunctionExecuted(purposeThreshold[MANAGEMENT_KEY]);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user