Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trade protocol check for refund agent ticket close #4615

Commits on Oct 10, 2020

  1. When a refund agent closes a case we have checked that the trade prot…

    …ocol is the same between offer and refund agent.
    
    This would fail once we update trade protocol version when we release segwit. So this fixes that as it only checks if the version is not the old version (1) where refund agents have not been part of the system.
    Also checks for legacy arbitrator that it only can be used for version 1 cases. Not tested and not assumed that this code will be executed as old arbitrators would use the old app in case they need to still work on a old case.
    chimp1984 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    608166c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    78dc029 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Fix typo

    chimp1984 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f2b41d8 View commit details
    Browse the repository at this point in the history