From 6d9a091a8e0c7e5a958ff910c9f8dc828a39e0e4 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 25 Jun 2018 16:25:21 +0200 Subject: Keep the 'if it not used as an address' helper message for all cases of address related warnings --- .../nameAndTypeResolution/409_invalid_address_length_long.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/libsolidity/syntaxTests/nameAndTypeResolution/409_invalid_address_length_long.sol') 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 -- cgit v1.2.3