mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add emit keyword to compilation tests.
This commit is contained in:
@@ -26,6 +26,6 @@ contract SignedMessageOracleFactory {
|
||||
{
|
||||
signedMessageOracle = new SignedMessageOracle(descriptionHash, v, r, s);
|
||||
address oracle = ecrecover(descriptionHash, v, r, s);
|
||||
SignedMessageOracleCreation(msg.sender, signedMessageOracle, oracle);
|
||||
emit SignedMessageOracleCreation(msg.sender, signedMessageOracle, oracle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user