mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix RippleAddress::clear
This commit is contained in:
@@ -30,6 +30,7 @@ void RippleAddress::clear ()
|
||||
{
|
||||
nVersion = VER_NONE;
|
||||
vchData.clear ();
|
||||
mIsValid = false;
|
||||
}
|
||||
|
||||
bool RippleAddress::isSet () const
|
||||
|
||||
Reference in New Issue
Block a user