mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
tx.apply carries its own ledger_seq. On the consensus path ledger.build, ledger.store, ledger.validate and the queue spans nest under consensus.accept.apply, which doAccept opens as a scoped guard, so the passage that said no ambient span exists there is replaced by the edge it now has. The per-stage failure-rate comment no longer claims the stages leave status unset on a failing result; all three set an error status.