We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0781fc commit 3dc4da6Copy full SHA for 3dc4da6
src/bucket/BucketOutputIterator.cpp
@@ -69,7 +69,8 @@ BucketOutputIterator::put(BucketEntry const& e)
69
std::optional<BucketEntry> maybeInitEntry;
70
if (!mKeepDeadEntries && e.type() == LIVEENTRY &&
71
protocolVersionStartsFrom(
72
- mMeta.ledgerVersion, Bucket::FIRST_PROTOCOL_SUPPORTING_INITENTRY_AND_METAENTRY))
+ mMeta.ledgerVersion,
73
+ Bucket::FIRST_PROTOCOL_SUPPORTING_INITENTRY_AND_METAENTRY))
74
{
75
// If mKeepDeadEntries is false (lowest level),
76
// we also want to convert the LIVEENTRY to an INITENTRY.
0 commit comments