mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Only override serviceInstanceId with the node public key when the user hasn't explicitly set service_instance_id in the [telemetry] section. This allows operators to assign human-friendly names (e.g. "validator-1") while still defaulting to the node's base58 public key. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Ripple Source Guidelines
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem