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 a bug relating to relevantTx handling and uncaught error #103

Merged
merged 1 commit into from
Mar 16, 2016

Commits on Mar 10, 2016

  1. Fix a bug relating to relevantTx handling and uncaught error

    A call to UnspentOutpoints did not have error handling, which was
    added.
    
    A restrictive switch statement would cause all outputs that were not
    either pay-to-pubkey hash or pay-to-script-hash multisig to be stored.
    This was reverted to the same behavior as btcwallet where all outputs
    are stored if the address is found in the address manager. Code
    handling multisignature redeemScript lookup in outputs was also
    corrected.
    cjepson committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    423bd7f View commit details
    Browse the repository at this point in the history