mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update Event emit docs pragma
Event's `emit` usage was introduced in 0.4.21+
This commit is contained in:
parent
ddd256a607
commit
20a5a9b15f
@ -742,7 +742,7 @@ All non-indexed arguments will be stored in the data part of the log.
|
||||
|
||||
::
|
||||
|
||||
pragma solidity ^0.4.0;
|
||||
pragma solidity ^0.4.21;
|
||||
|
||||
contract ClientReceipt {
|
||||
event Deposit(
|
||||
|
Loading…
Reference in New Issue
Block a user