diff options
author | BtcDrak <btcdrak@gmail.com> | 2016-12-20 19:49:02 +0000 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-12-20 19:49:02 +0000 |
commit | 9cb66248dc7e1c782256d1f69ad67f9c63fb61f8 (patch) | |
tree | 73b2001483c6e82ae78bdb79398f30ca4da08f05 | |
parent | 23208ac81b718508a4f5d0fbb20029941c96049d (diff) |
Fix testfile reference
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
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 |