mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-08 10:44:33 +00:00
missing emit
This commit is contained in:
parent
f8d71b40e4
commit
87dbdbef39
@ -21,7 +21,7 @@ contract UpdatableInstance is Instance {
|
|||||||
|
|
||||||
function updateUpdatableInstance(address _kernel) external {
|
function updateUpdatableInstance(address _kernel) external {
|
||||||
require(msg.sender == address(this));
|
require(msg.sender == address(this));
|
||||||
InstanceUpdated(kernel, _kernel);
|
emit InstanceUpdated(kernel, _kernel);
|
||||||
kernel = _kernel;
|
kernel = _kernel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user