diff options
author | Manuel Araoz <manuelaraoz@gmail.com> | 2014-12-16 16:26:07 -0300 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-01-31 17:36:44 -0500 |
commit | d6bed1514c2e72ea2006942c23c31e3f518d4a77 (patch) | |
tree | ab200837bc2e5b46908e62462d5fcf126392cd91 /src/Makefile.test.include | |
parent | 86731603d48de65960a7f2cd4da60e7ae1760813 (diff) |
remove sig_canonical.json and sig_noncanonical.json
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 710956a72b..90494439fa 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -20,8 +20,6 @@ EXTRA_DIST += \ JSON_TEST_FILES = \ test/data/script_valid.json \ test/data/base58_keys_valid.json \ - test/data/sig_canonical.json \ - test/data/sig_noncanonical.json \ test/data/base58_encode_decode.json \ test/data/base58_keys_invalid.json \ test/data/script_invalid.json \ |