Work toward authorized keys.

This commit is contained in:
Arthur Britto
2012-05-10 15:51:19 -07:00
parent 9a7e7b961c
commit 26fd9f3e43
4 changed files with 18 additions and 16 deletions

View File

@@ -20,9 +20,11 @@ public:
typedef boost::shared_ptr<AccountState> pointer;
private:
NewcoinAddress mAccountID;
SerializedLedgerEntry::pointer mLedgerEntry;
bool mValid;
NewcoinAddress mAccountID;
NewcoinAddress mAuthorizedKey;
SerializedLedgerEntry::pointer mLedgerEntry;
bool mValid;
public:
AccountState(const NewcoinAddress& AccountID); // For new accounts