diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-03-10 00:48:33 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-03-12 19:53:00 +0800 |
commit | 73ce24ae75554b18a342e1e510f37f99057fdb1d (patch) | |
tree | 999cf2ae9aa0dfeed3cd816b89f907f83328273f /Token.h | |
parent | 2bddebc3d5fc942dc43364a9c4ddfb897768c93d (diff) | |
download | dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.tar dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.tar.gz dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.tar.bz2 dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.tar.lz dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.tar.xz dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.tar.zst dexon-solidity-73ce24ae75554b18a342e1e510f37f99057fdb1d.zip |
Most EndToEndTests are now compliant with the Bytes renaming
Diffstat (limited to 'Token.h')
-rw-r--r-- | Token.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -252,7 +252,7 @@ namespace solidity K(UInt240, "uint240", 0) \ K(UInt248, "uint248", 0) \ K(UInt256, "uint256", 0) \ - K(Bytes, "bytes", 0) \ + K(Bytes0, "bytes0", 0) \ K(Bytes1, "bytes1", 0) \ K(Bytes2, "bytes2", 0) \ K(Bytes3, "bytes3", 0) \ @@ -285,6 +285,7 @@ namespace solidity K(Bytes30, "bytes30", 0) \ K(Bytes31, "bytes31", 0) \ K(Bytes32, "bytes32", 0) \ + K(Bytes, "bytes", 0) \ K(Address, "address", 0) \ K(Bool, "bool", 0) \ K(StringType, "string", 0) \ |