Update comments

This commit is contained in:
Gregory Tsipenyuk
2026-05-14 10:42:24 -04:00
parent 61f51e5445
commit 54f8450baf

View File

@@ -111,8 +111,6 @@ STIssue::add(Serializer& s) const
s.addBitString(issue.account);
},
[&](MPTIssue const& issue) {
// Return true if we're not in a transaction context, so that the new correct
// behavior will be used.
auto const fixSerializationEnabled = isFeatureEnabled(fixCleanup3_2_0, false);
s.addBitString(issue.getIssuer());
// The sentinel distinguishes V2 (xrpAccount) from V1 (noAccount)