mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
Update comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user