[bisq-network/bisq] Fix bug at mediation with old client (#4638)

chimp1984 notifications at github.com
Tue Oct 13 15:27:26 UTC 2020


If dispute opener is old client the delayed payout tx is not sent in mediation case (only in refund agent cases).
At 1.4.0 we send it as well in mediation case and the mediator get a warning shown in case its missing.
To avoid that warning we check if dispute is of refund agent type and only check in that case.
This can be removed once we have enforced update to 1.4.0 (segwit will require that).
Also added checks to not add null entries in the duplicates checks.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/4638

-- Commit Summary --

  * Fix bug at mediation with old client

-- File Changes --

    M core/src/main/java/bisq/core/support/dispute/Dispute.java (2)
    M core/src/main/java/bisq/core/trade/TradeDataValidation.java (43)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4638.patch
https://github.com/bisq-network/bisq/pull/4638.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/pull/4638
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201013/6ff2cf0d/attachment-0001.html>


More information about the bisq-github mailing list