mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not try to display checksummed address for too-short/long address literals
This commit is contained in:
@@ -1613,7 +1613,7 @@ public:
|
||||
bool looksLikeAddress() const;
|
||||
/// @returns true if it passes the address checksum test.
|
||||
bool passesAddressChecksum() const;
|
||||
/// @returns the checksummed version of an address
|
||||
/// @returns the checksummed version of an address (or empty string if not valid)
|
||||
std::string getChecksummedAddress() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user