mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 19:26:45 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -209,7 +209,7 @@ STUInt64::getJson(JsonOptions) const
|
||||
return str;
|
||||
};
|
||||
|
||||
if (auto const& fName = getFName(); fName.shouldMeta(SField::SMdBaseTen))
|
||||
if (auto const& fName = getFName(); fName.shouldMeta(SField::kSMD_BASE_TEN))
|
||||
{
|
||||
return convertToString(value_, 10); // Convert to base 10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user