mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-14 21:47:26 +00:00
add return factoried contract address + add emit keyword
This commit is contained in:
parent
a94156dd2f
commit
706941acb0
@ -85,6 +85,6 @@ contract Factory is Controlled {
|
||||
versionLog.push(Version({blockNumber: block.number, timestamp: block.timestamp, kernel: _kernel, codeHash: _codeHash}));
|
||||
latestUpdate = block.timestamp;
|
||||
latestKernel = _kernel;
|
||||
NewKernel(_kernel, _codeHash);
|
||||
emit NewKernel(_kernel, _codeHash);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user