mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-02-16 16:07:49 +00:00
internal constructors
This commit is contained in:
parent
841edfc4d8
commit
a35d849f6c
@ -14,7 +14,7 @@ contract DelayedUpdatableInstance is DelayedUpdatableInstanceStorage, DelegatedC
|
||||
event UpdateCancelled();
|
||||
event UpdateConfirmed(address oldKernel, address newKernel);
|
||||
|
||||
function DelayedUpdatableInstance(address _kernel) public {
|
||||
constructor(address _kernel) public {
|
||||
kernel = _kernel;
|
||||
}
|
||||
|
||||
|
@ -17,4 +17,6 @@ contract DelayedUpdatableInstanceStorage {
|
||||
uint256 activation;
|
||||
}
|
||||
// protected zone end
|
||||
|
||||
constructor() internal { }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user