Files
rippled/src
Pratik Mankawde f04f03b6b2 fix(telemetry): drop the optional dereference the identity change left behind
nodeIdentity_ is no longer a std::optional, so setNodeId() must read it
directly. The merge could not flag this: phase-8 changed the member's type and
this line lives only on phase-9, so neither side of the merge touched the same
file region.
2026-09-14 20:42:08 +01:00
..