Rename to isHexNumber()

This commit is contained in:
Alex Beregszaszi
2017-06-28 17:01:55 +01:00
parent 8b0c866f02
commit 06fe61f89b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1591,7 +1591,7 @@ public:
SubDenomination subDenomination() const { return m_subDenomination; }
/// @returns true if this is a number with a hex prefix.
bool hasHexPrefix() const;
bool isHexNumber() const;
/// @returns true if this looks like a checksummed address.
bool looksLikeAddress() const;