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

When accepting an offer do not round the BTC amount outside range #4178

Merged
merged 1 commit into from May 11, 2020
Merged

When accepting an offer do not round the BTC amount outside range #4178

merged 1 commit into from May 11, 2020

Commits on Apr 18, 2020

  1. When accepting an offer do not round the BTC amount outside range

    Fixes 3871.  The BTC amount of an offer was being adjusted up in
    certain cases due to a rounding calculation from the fiat value
    and price.  This would prevent some offers from being taken.
    
    There's an existing check to ensure that the amount is not adjusted
    below the minimum, here we add a check to ensure that the amount
    is not adjusted higher than the maximum defined in the offer.
    jmacxx committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    223a1d3 View commit details
    Browse the repository at this point in the history