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

Write tests for fees #155

Open
instagibbs opened this issue Apr 12, 2017 · 1 comment
Open

Write tests for fees #155

instagibbs opened this issue Apr 12, 2017 · 1 comment

Comments

@instagibbs
Copy link
Contributor

Transactions should be valid with any number of fee outputs, and a valid fee output is:

  1. Empty scriptpubkey
  2. value > 0
  3. unblinded

Make sure we test what happens when (1) is true but not the others, for example.

@instagibbs
Copy link
Contributor Author

Partially resolved in #160 with (2) being removed as a constraint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant