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

wallet: Fix smallest coin selection for contracts #1841

Merged

Commits on Aug 20, 2020

  1. Fix smallest coin selection for contracts

    This fixes an issue that causes the smallest coin selection for contract
    transactions to fail to select a sufficient set of inputs that cover the
    sum of the transaction amount and fee. I added a separate function which
    avoids a subtle interaction with the selection for regular transactions.
    cyrossignol committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7561b73 View commit details
    Browse the repository at this point in the history