Add Account field back to AccountRoot nodes.

This commit is contained in:
Arthur Britto
2012-08-22 16:24:05 -07:00
parent e00426a3be
commit cedb9d08fa
3 changed files with 5 additions and 3 deletions

View File

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