mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +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:
@@ -95,7 +95,7 @@ class TMGetObjectByHash_test : public beast::unit_test::suite
|
||||
std::shared_ptr<PeerTest>
|
||||
createPeer(jtx::Env& env)
|
||||
{
|
||||
auto& overlay = dynamic_cast<OverlayImpl&>(env.app().overlay());
|
||||
auto& overlay = dynamic_cast<OverlayImpl&>(env.app().getOverlay());
|
||||
boost::beast::http::request<boost::beast::http::dynamic_body> request;
|
||||
auto stream_ptr =
|
||||
std::make_unique<stream_type>(socket_type(env.app().getIOContext()), *context_);
|
||||
|
||||
Reference in New Issue
Block a user