mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-18 08:06:51 +00:00
Three entries in Phase4_taskList.md annotated dotted attribute keys (`xrpl.consensus.round`, `round_id`, `ledger_id`) as "(kept — rule 5)". That is wrong: rule 5 keeps SPAN NAMES dotted, not attribute keys — the code emits the underscore form (consensus_round, consensus_round_id, consensus_ledger_id) per ConsensusSpanNames.h. Remove the false justification; the dotted form in this task list remains as the illustrative-readability form documented in the note at the top of the file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>