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

Allow take offer in case account age witness is not found and trade amount is small #4897

Commits on Dec 4, 2020

  1. In case the peers witness is not found and the trade amount

    is not exceeding TOLERATED_SMALL_TRADE_AMOUNT (0.01 BTC) we
    return true for verifyPeersTradeAmount.
    Before such offers could not be taken even the witness
    check would be irrelevant as the trade amount is below the
    threshold where we require account age witness.
    chimp1984 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    82445c0 View commit details
    Browse the repository at this point in the history