mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 23:50:22 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -38,8 +38,7 @@ public:
|
||||
{
|
||||
using namespace jtx;
|
||||
auto const alice = Account{"alice"};
|
||||
Env env{
|
||||
*this, envconfig(), std::make_unique<CaptureLogs>(&logs), beast::severities::KAll};
|
||||
Env env{*this, envconfig(), std::make_unique<CaptureLogs>(&logs), beast::Severity::All};
|
||||
env.memoize(env.master);
|
||||
env.memoize(alice);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user