diff --git a/src/NewcoinAddress.h b/src/NewcoinAddress.h index e0675b37b3..daf30cdb9c 100644 --- a/src/NewcoinAddress.h +++ b/src/NewcoinAddress.h @@ -67,6 +67,10 @@ public: static NewcoinAddress createAccountID(const uint160& uiAccountID); + static std::string createHumanAccountID(const std::vector& vPrivate) { + return createAccountPrivate(vPrivate).humanAccountID(); + } + // // Accounts Public //