diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2018-04-16 05:12:28 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2018-04-16 05:12:28 +0800 |
commit | 8a7224683b8fbf7c822922dca35ee2eda8e41d79 (patch) | |
tree | 4151fa8699b050bac6fe919d3d6ba51115ffd29b /docs/structure-of-a-contract.rst | |
parent | 73ca3e8a1eaf929dac60ce0a154975fa46b2040e (diff) | |
download | dexon-solidity-8a7224683b8fbf7c822922dca35ee2eda8e41d79.tar.gz dexon-solidity-8a7224683b8fbf7c822922dca35ee2eda8e41d79.tar.zst dexon-solidity-8a7224683b8fbf7c822922dca35ee2eda8e41d79.zip |
Docs: Update solidity version for revert with reason
Diffstat (limited to 'docs/structure-of-a-contract.rst')
-rw-r--r-- | docs/structure-of-a-contract.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index 9e5eacbb..d57f1703 100644 --- a/docs/structure-of-a-contract.rst +++ b/docs/structure-of-a-contract.rst @@ -62,7 +62,7 @@ Function modifiers can be used to amend the semantics of functions in a declarat :: - pragma solidity ^0.4.11; + pragma solidity ^0.4.22; contract Purchase { address public seller; |