mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -64,7 +64,8 @@ STXChainBridge::STXChainBridge(SField const& name, json::Value const& v) : STBas
|
||||
}
|
||||
|
||||
auto checkExtra = [](json::Value const& v) {
|
||||
static auto const kBRIDGE_JSON = xrpl::STXChainBridge().getJson(xrpl::JsonOptions::KNone);
|
||||
static auto const kBRIDGE_JSON =
|
||||
xrpl::STXChainBridge().getJson(xrpl::JsonOptions::Values::None);
|
||||
for (auto it = v.begin(); it != v.end(); ++it)
|
||||
{
|
||||
std::string const name = it.memberName();
|
||||
|
||||
Reference in New Issue
Block a user