diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-13 02:28:52 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-14 16:31:28 +0800 |
commit | 4cdb6c809a15f22085ae5850c99e05c60be8cb1b (patch) | |
tree | 3a60276785f4f362dfdae4f9868d90d51f32ac6a /libsolidity/ast/ExperimentalFeatures.h | |
parent | e1d0bfe1ca594d25f3db443a7f87d3b1f3ef4e2d (diff) | |
download | dexon-solidity-4cdb6c809a15f22085ae5850c99e05c60be8cb1b.tar.gz dexon-solidity-4cdb6c809a15f22085ae5850c99e05c60be8cb1b.tar.zst dexon-solidity-4cdb6c809a15f22085ae5850c99e05c60be8cb1b.zip |
Change comments
Diffstat (limited to 'libsolidity/ast/ExperimentalFeatures.h')
-rw-r--r-- | libsolidity/ast/ExperimentalFeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/ExperimentalFeatures.h b/libsolidity/ast/ExperimentalFeatures.h index 30ea7ec5..c66a3659 100644 --- a/libsolidity/ast/ExperimentalFeatures.h +++ b/libsolidity/ast/ExperimentalFeatures.h @@ -29,7 +29,7 @@ namespace solidity enum class ExperimentalFeature { - ABIEncoderV2, // new ABI encoder that makes use of JULIA + ABIEncoderV2, // new ABI encoder that makes use of Yul SMTChecker, V050, // v0.5.0 breaking changes Test, |