Add helper createHumanAccountID() to NewcoinAddress.

This commit is contained in:
Arthur Britto
2012-06-04 01:19:57 -07:00
parent 0eb56c3c59
commit bc0ed87bb3

View File

@@ -67,6 +67,10 @@ public:
static NewcoinAddress createAccountID(const uint160& uiAccountID);
static std::string createHumanAccountID(const std::vector<unsigned char>& vPrivate) {
return createAccountPrivate(vPrivate).humanAccountID();
}
//
// Accounts Public
//