mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 10:47:05 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -62,7 +62,7 @@ private:
|
||||
|
||||
using namespace jtx;
|
||||
|
||||
Env env(*this, envconfig(), nullptr, beast::severities::KDisabled);
|
||||
Env env(*this, envconfig(), nullptr, beast::Severity::Disabled);
|
||||
auto trustedSites = std::make_unique<ValidatorSite>(env.app(), env.journal);
|
||||
|
||||
// load should accept empty sites list
|
||||
|
||||
Reference in New Issue
Block a user