mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -75,7 +75,7 @@ STVector256::isEquivalent(STBase const& t) const
|
||||
json::Value
|
||||
STVector256::getJson(JsonOptions) const
|
||||
{
|
||||
json::Value ret(json::ArrayValue);
|
||||
json::Value ret(json::ValueType::Array);
|
||||
|
||||
for (auto const& vEntry : value_)
|
||||
ret.append(to_string(vEntry));
|
||||
|
||||
Reference in New Issue
Block a user