mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Make function naming in ServiceRegistry consistent (#6390)
Signed-off-by: JCW <a1q123456@users.noreply.github.com> Co-authored-by: Ed Hennis <ed@ripple.com>
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
||||
// We're only using Env for its Journal. That Journal gives better
|
||||
// coverage in unit tests.
|
||||
test::jtx::Env env{*this, test::jtx::envconfig(), nullptr, beast::severities::kDisabled};
|
||||
beast::Journal journal{env.app().journal("ValidatorKeys_test")};
|
||||
beast::Journal journal{env.app().getJournal("ValidatorKeys_test")};
|
||||
|
||||
// Keys/ID when using [validation_seed]
|
||||
SecretKey const seedSecretKey =
|
||||
|
||||
Reference in New Issue
Block a user