Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When the blocks for an ECKeyOutputStream are persisted in OM, they are in a random order, which means the data cannot be read back successfully later.
This is because they are stored into a HashMap which does not iterate in insertion order. Instead we need to use a LinkedHashMap.
Attachments
Issue Links
- links to