This commit is contained in:
JoelKatz
2012-11-26 09:47:54 -08:00
parent ea94feb643
commit 3f9d2e4b05

View File

@@ -403,7 +403,7 @@ void LedgerEntrySet::calcRawMeta(Serializer& s, TER result, uint32 index)
SLE::pointer origNode = mLedger->getSLE(it.first);
SLE::pointer curNode = it.second.mEntry;
if ((type == &sfCreatedNode) && (*curNode == *origNode))
if ((type == &sfModifiedNode) && (*curNode == *origNode))
continue;
uint16 nodeType = curNode ? curNode->getFieldU16(sfLedgerEntryType) : origNode->getFieldU16(sfLedgerEntryType);