diff options
| author | Pavel Janík <[email protected]> | 2015-06-29 20:14:43 +0200 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2015-08-06 20:27:52 +0200 |
| commit | 627468d2ea1f4d5dea9561fe77aaf53f3a83b4d2 (patch) | |
| tree | 1e2af78a2c73dcf4e7a15c6f1eb921f205a623fc /src/Makefile.test.include | |
| parent | Add OP_RETURN support in createrawtransaction RPC call, add tests. (diff) | |
| download | discoin-627468d2ea1f4d5dea9561fe77aaf53f3a83b4d2.tar.xz discoin-627468d2ea1f4d5dea9561fe77aaf53f3a83b4d2.zip | |
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 f9384a09a..828919895 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 = \ |