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

@@ -8,6 +8,7 @@ LedgerEntryFormat LedgerFormats[]=
{ "AccountRoot", ltACCOUNT_ROOT, {
{ S_FIELD(Flags), STI_UINT32, SOE_FLAGS, 0 },
{ S_FIELD(Account), STI_ACCOUNT, SOE_REQUIRED, 0 },
{ S_FIELD(AuthorizedKey),STI_VL, SOE_REQUIRED, 0 },
{ S_FIELD(Sequence), STI_UINT32, SOE_REQUIRED, 0 },
{ S_FIELD(Balance), STI_UINT64, SOE_REQUIRED, 0 },
{ S_FIELD(LastReceive), STI_UINT32, SOE_REQUIRED, 0 },