aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_p2sh_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std::vector API for construction of test data.Daniel Kraft2019-01-041-8/+16
| | | | | | | | For constructing test scripts, use std::vector and, in particular, std::vector::insert to insert 20 zero bytes rather than listing the full array of bytes explicitly. This makes the code easier to read and makes it immediately obvious what the structure of the data is, without having to count the zeros to understand it.
* tests: Test for expected return values when calling functions returning a ↵practicalswift2018-12-131-10/+10
| | | | success code
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-16/+16
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* Fix AreInputsStandard test to reference the proper scriptPubKeyBen Woosley2018-06-281-1/+1
| | | | | This value doesn't affect the outcome of the test, because the values are properly set on line 351, but this makes the test values internally coherent.
* Do not use uppercase characters in source code filenamespracticalswift2018-05-231-0/+369