Improve error reporting and add clearing to NewcoinAddress.

This commit is contained in:
Arthur Britto
2012-04-13 20:43:29 -07:00
parent 1d8d60b6a6
commit 12349122e5
2 changed files with 27 additions and 20 deletions

View File

@@ -27,7 +27,8 @@ private:
public:
NewcoinAddress();
bool IsValid();
bool IsValid() const;
void clear();
//
// hanko