Let wallet_accounts also take master_seed.

This commit is contained in:
Arthur Britto
2012-06-01 05:18:03 -07:00
parent 4caf5f2115
commit 799c44ca25
3 changed files with 52 additions and 33 deletions

View File

@@ -43,6 +43,7 @@ private:
Json::Value authorize(const uint256& uLedger, const NewcoinAddress& naSeed, const NewcoinAddress& naSrcAccountID,
NewcoinAddress& naAccountPublic, NewcoinAddress& naAccountPrivate,
AccountState::pointer& asSrc);
Json::Value accounts(const uint256& uLedger, const NewcoinAddress& naMasterGenerator);
Json::Value accountFromString(const uint256& uLedger, NewcoinAddress& naAccount, bool& bIndex, const std::string& strIdent, const int iIndex);