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 fundrawtransaction handling of includeWatching #7010

Merged

Commits on Nov 13, 2015

  1. Actually use includeWatching value in fundrawtransaction

    Previously if you called fundrawtransaction and set includeWatching to
    false it'd act as through you set it to true.
    petertodd committed Nov 13, 2015
    Copy the full SHA
    61e1eb2 View commit details
    Browse the repository at this point in the history
  2. Better error message for fundrawtransaction w/ empty vout

    Previously this case failed deep in Cwallet::CreateTransaction() with
    the error message "Transaction amounts must be positive"
    petertodd committed Nov 13, 2015
    Copy the full SHA
    10953a7 View commit details
    Browse the repository at this point in the history