mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 23:19:07 +00:00
Resolved src/libxrpl/tx/applySteps.cpp. calculateBaseFee now returns std::expected<XRPAmount, TER>, so invokePreclaim rejects the transaction when the fee cannot be computed. Kept that inside this branch's preclaimTer wrapper, so the returned error also reaches the span's ter_result attribute.