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

blockchain: Separate tx input stake checks. #1452

Merged

Commits on Sep 14, 2018

  1. blockchain: Separate tx input stake checks.

    This separates all of the validation checks in CheckTransactionInputs
    related to each allowed type of stake transaction into separate
    functions dedicated to each type.
    
    It also renames the utxo view parameter to CheckTransactionInputs to be
    consistent with the name used in other functions throughout the package.
    
    It does not perform any additional cleanup beyond the separation and
    does not have any functional changes.
    davecgh committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    7ae066f View commit details
    Browse the repository at this point in the history