mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 15:10:12 +00:00
The rename arrived from phase-1b by merge. Four files still wrote the old key, which the parser no longer reads, so each would have silently fallen back to the default collector URL. integration-test.sh is the load-bearing one: it generates the node config the test harness starts, so the stale key would have pointed the node at localhost regardless of the compose network. xrpld-telemetry.cfg is the standalone node config; the other two document the key. Note this cfg has a second, divergent variant on the devnet branches that needs the same fix there.