Fix NewcoinAddress::isValid

This commit is contained in:
Arthur Britto
2012-05-13 15:09:23 -07:00
parent e16c771932
commit a02ef2ec05

View File

@@ -40,7 +40,8 @@ bool NewcoinAddress::isValid() const
break;
default:
nothing();
bValid = true;
break;
}
}