Skip to content

Commit

Permalink
blockchain: Separate tx input stake checks.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davecgh committed Sep 14, 2018
1 parent b6c088d commit 7ae066f
Showing 1 changed file with 329 additions and 323 deletions.
Loading

0 comments on commit 7ae066f

Please sign in to comment.