From 23208ac81b718508a4f5d0fbb20029941c96049d Mon Sep 17 00:00:00 2001 From: BtcDrak Date: Mon, 19 Dec 2016 07:43:12 +0000 Subject: Remove unused test files and references --- src/Makefile.test.include | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.test.include') diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c754eebf9a..50bd2341e4 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -13,7 +13,6 @@ EXTRA_DIST += \ test/bctest.py \ test/bitcoin-util-test.py \ test/data/bitcoin-util-test.json \ - test/data/blanktx.hex \ test/data/tt-delin1-out.hex \ test/data/tt-delout1-out.hex \ test/data/tt-locktime317000-out.hex \ -- cgit v1.2.3 From 9cb66248dc7e1c782256d1f69ad67f9c63fb61f8 Mon Sep 17 00:00:00 2001 From: BtcDrak Date: Tue, 20 Dec 2016 19:49:02 +0000 Subject: Fix testfile reference --- src/Makefile.test.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.test.include') diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 50bd2341e4..a9e2f29b88 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -21,7 +21,7 @@ EXTRA_DIST += \ test/data/txcreate2.hex \ test/data/txcreatedata1.hex \ test/data/txcreatedata2.hex \ - test/data/txcreatesign.hex \ + test/data/txcreatesignv1.hex \ test/data/txcreatedata_seq0.hex \ test/data/txcreatedata_seq1.hex -- cgit v1.2.3