Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Oracle's token pair deterministic order: (XRPLF#5021)
Price Oracle data-series logic uses `unordered_map` to update the Oracle object. This results in different servers disagreeing on the order of that hash table. Consequently, the generated ledgers will have different hashes. The fix uses `map` instead to guarantee the order of the token pairs in the data-series.
- Loading branch information