diff options
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 2 |
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( |