From 841a40411483769f481f62a427b0604149808ff0 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 1 Oct 2012 14:33:13 -0700 Subject: [PATCH] Fix duplicate fields. --- src/LedgerFormats.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/LedgerFormats.cpp b/src/LedgerFormats.cpp index bc4ab86ed1..9f0ed403ac 100644 --- a/src/LedgerFormats.cpp +++ b/src/LedgerFormats.cpp @@ -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 },