Add debugging support to NewcoinAddress.

This commit is contained in:
Arthur Britto
2012-06-29 16:22:30 -07:00
parent ddd1e721fd
commit 22742314f3
2 changed files with 19 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ public:
bool isValid() const;
void clear();
std::string humanAddressType() const;
//
// Node Public - Also used for Validators
//