mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
fix(tests): rename make_Telemetry to telemetry::makeTelemetry in Peer.h
The project-wide rename check changed the factory function name but missed this call site in the consensus simulation test framework. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -645,7 +645,7 @@ struct Peer
|
||||
telemetry::Telemetry&
|
||||
getTelemetry()
|
||||
{
|
||||
static auto tel = make_Telemetry(
|
||||
static auto tel = telemetry::makeTelemetry(
|
||||
telemetry::Telemetry::Setup{}, beast::Journal{beast::Journal::getNullSink()});
|
||||
return *tel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user