mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
asString() throws on an object or an array, so a request carrying either came back as an internal error instead of a diagnosis. Both fields now have to be strings, which is what ledger_entry already requires of the same fields, and a JSON number is no longer read as its decimal text. The upper bound on seq goes in the same pass: isInt() or isUInt() already caps the value at 32 bits, so the comparison against kMaxUInt could never fire.