aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-25 22:25:21 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-06-25 22:25:21 +0800
commit6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4 (patch)
treea027ddad46f3c20ef7d3b013b230083895c81db5 /test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol
parentc7f842d4cc860a8201a584cfbd43401b7ad271b4 (diff)
downloaddexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.tar
dexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.tar.gz
dexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.tar.bz2
dexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.tar.lz
dexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.tar.xz
dexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.tar.zst
dexon-solidity-6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4.zip
Keep the 'if it not used as an address' helper message for all cases of address related warnings
Diffstat (limited to 'test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol')
-rw-r--r--test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol b/test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol
index e22f12e0..749612c9 100644
--- a/test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol
+++ b/test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
-// SyntaxError: (64-107): This looks like an address but is not exactly 40 hex digits. It is 41 hex digits.
+// SyntaxError: (64-107): This looks like an address but is not exactly 40 hex digits. It is 41 hex digits. If this is not used as an address, please prepend '00'. For more information please see https://solidity.readthedocs.io/en/develop/types.html#address-literals