diff options
| author | Pieter Wuille <[email protected]> | 2014-10-08 15:46:54 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-10-08 15:48:57 -0700 |
| commit | bf7b4fc6d3bdfd9283a633da7833a5ec6fa3cd85 (patch) | |
| tree | afb1a13bbabe88337c1f7ebe7acc86cea4286535 /src/Makefile.test.include | |
| parent | Merge pull request #4834 (diff) | |
| parent | Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 (diff) | |
| download | discoin-bf7b4fc6d3bdfd9283a633da7833a5ec6fa3cd85.tar.xz discoin-bf7b4fc6d3bdfd9283a633da7833a5ec6fa3cd85.zip | |
Merge pull request #5004
9df9cf5 Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 (Pieter Wuille)
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 99ac09e1a..b20e226c3 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -40,7 +40,6 @@ BITCOIN_TESTS =\ test/base58_tests.cpp \ test/base64_tests.cpp \ test/bloom_tests.cpp \ - test/canonical_tests.cpp \ test/checkblock_tests.cpp \ test/Checkpoints_tests.cpp \ test/compress_tests.cpp \ |