aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHarry Moreno <morenoh149@gmail.com>2018-06-08 03:07:07 +0800
committerGitHub <noreply@github.com>2018-06-08 03:07:07 +0800
commit20a5a9b15f59bfbc04db69bf1f02489aa935a685 (patch)
tree42f4a41939d72a8d9c6395347e5b8ac7136da64a /docs
parentddd256a607394edecfd9c0e55e58c84ab8a704ea (diff)
downloaddexon-solidity-20a5a9b15f59bfbc04db69bf1f02489aa935a685.tar.gz
dexon-solidity-20a5a9b15f59bfbc04db69bf1f02489aa935a685.tar.zst
dexon-solidity-20a5a9b15f59bfbc04db69bf1f02489aa935a685.zip
Update Event emit docs pragma
Event's `emit` usage was introduced in 0.4.21+
Diffstat (limited to 'docs')
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index e4f49f43..3c78d167 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -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(