diff options
| author | Jeff Garzik <[email protected]> | 2014-12-31 08:57:55 -0500 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-12-31 08:57:55 -0500 |
| commit | 39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6 (patch) | |
| tree | 88248508e96ac6974b5f0f4ebaa9daa2271d2aec /src/Makefile.test.include | |
| parent | Merge #5578 from (diff) | |
| parent | bitcoin-tx: Add test case for signing a tx (diff) | |
| download | discoin-39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6.tar.xz discoin-39d6b5fd42bda89f83ea26d6b0226eb7f76eb3c6.zip | |
Merge #5528 from
branch 'bitcoin-tx-copy-paste' of git://github.com/ers35/bitcoin into merge-5528
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c6bd0cf9c..5f388e280 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -14,7 +14,8 @@ EXTRA_DIST += \ test/data/tt-locktime317000-out.hex \ test/data/tx394b54bb.hex \ test/data/txcreate1.hex \ - test/data/txcreate2.hex + test/data/txcreate2.hex \ + test/data/txcreatesign.hex JSON_TEST_FILES = \ test/data/script_valid.json \ |