Remove Account field from AccountRootNode.

This commit is contained in:
Arthur Britto
2012-08-14 15:50:35 -07:00
parent 07f5bf2612
commit 5ddbf968bf
3 changed files with 28 additions and 34 deletions

View File

@@ -7,7 +7,6 @@ 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 },