ElementsProject / ElementsProject/elements
Write tests for fees
Open
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 416
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.