diff options
author | Pavel Janík <Pavel@Janik.cz> | 2015-06-29 20:14:43 +0200 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2015-08-06 20:27:52 +0200 |
commit | 627468d2ea1f4d5dea9561fe77aaf53f3a83b4d2 (patch) | |
tree | 1e2af78a2c73dcf4e7a15c6f1eb921f205a623fc /src/Makefile.test.include | |
parent | d7078533ebd32bb5071f4dba8e3d9c5a3b1f0d4c (diff) |
Add support for data-based outputs (OP_RETURN) to bitcoin-tx.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index f9384a09a4..8289198959 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -15,6 +15,8 @@ EXTRA_DIST += \ test/data/tx394b54bb.hex \ test/data/txcreate1.hex \ test/data/txcreate2.hex \ + test/data/txcreatedata1.hex \ + test/data/txcreatedata2.hex \ test/data/txcreatesign.hex JSON_TEST_FILES = \ |