mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
When attempting to parse a BufferSequence as a JSON object, if the sequence contained more than buffer, the JSON parser would incorrectly attempt to decode each buffer as a separate JSON object, instead of one complete object.