Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop

This commit is contained in:
Arthur Britto
2013-04-14 22:38:52 -07:00
12 changed files with 1602 additions and 830 deletions

View File

@@ -46,6 +46,11 @@ void RippleAddress::clear()
vchData.clear();
}
bool RippleAddress::isSet() const
{
return nVersion != VER_NONE;
}
std::string RippleAddress::humanAddressType() const
{
switch (nVersion)