Fix duplicate fields.

This commit is contained in:
JoelKatz
2012-10-01 14:33:13 -07:00
parent 11f9c0e0eb
commit 841a404114

View File

@@ -25,8 +25,6 @@ LedgerEntryFormat LedgerFormats[]=
{ sfInvalid, SOE_END } }
},
{ "Contract", ltCONTRACT, { LEF_BASE
{ sfLedgerEntryType,SOE_REQUIRED },
{ sfFlags, SOE_REQUIRED },
{ sfAccount, SOE_REQUIRED },
{ sfBalance, SOE_REQUIRED },
{ sfLastTxnID, SOE_REQUIRED },
@@ -42,8 +40,6 @@ LedgerEntryFormat LedgerFormats[]=
{ sfInvalid, SOE_END } }
},
{ "DirectoryNode", ltDIR_NODE, { LEF_BASE
{ sfLedgerEntryType,SOE_REQUIRED },
{ sfFlags, SOE_REQUIRED },
{ sfIndexes, SOE_REQUIRED },
{ sfIndexNext, SOE_OPTIONAL },
{ sfIndexPrevious, SOE_OPTIONAL },