diff --git a/src/LedgerEntrySet.cpp b/src/LedgerEntrySet.cpp index 5c3f16f73..2e5a83c17 100644 --- a/src/LedgerEntrySet.cpp +++ b/src/LedgerEntrySet.cpp @@ -431,7 +431,7 @@ void LedgerEntrySet::calcRawMeta(Serializer& s) // add any new modified nodes to the modification set for (boost::unordered_map::iterator it = newMod.begin(), end = newMod.end(); it != end; ++it) - entryCache(it->second); + entryModify(it->second); mSet.addRaw(s); }