[bisq-network/bisq-desktop] Fix sorting of trades (#1591)

Manfred Karrer notifications at github.com
Wed Jun 27 06:59:49 UTC 2018


Trades are sorted by number of trades (if selected that option in
preferences). The PriorityQueue used for the list do not apply the
sorting of the list (only sorts when taking an element out). We use a
ArrayList instead to apply sorting.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq-desktop/pull/1591

-- Commit Summary --

  * Fix sorting of trades

-- File Changes --

    M src/main/java/bisq/desktop/util/CurrencyList.java (14)

-- Patch Links --

https://github.com/bisq-network/bisq-desktop/pull/1591.patch
https://github.com/bisq-network/bisq-desktop/pull/1591.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-desktop/pull/1591
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180626/ab6496cd/attachment.html>


More information about the bisq-github mailing list