diff options
| author | Pieter Wuille <[email protected]> | 2015-11-28 22:24:10 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-11-28 22:27:38 +0100 |
| commit | 61457c29d735b77182b5fbd45e86d7e3db343857 (patch) | |
| tree | 12ef26e009f3bab19c7b4d9f8e643db2ccd8a5f0 /src/test/main_tests.cpp | |
| parent | Merge pull request #6961 (diff) | |
| parent | Switch blocks to a constant-space Merkle root/branch algorithm. (diff) | |
| download | discoin-61457c29d735b77182b5fbd45e86d7e3db343857.tar.xz discoin-61457c29d735b77182b5fbd45e86d7e3db343857.zip | |
Merge pull request #6508
eece63f Switch blocks to a constant-space Merkle root/branch algorithm. (Pieter Wuille)
ee60e56 Add merkle.{h,cpp}, generic merkle root/branch algorithm (Pieter Wuille)
Diffstat (limited to 'src/test/main_tests.cpp')
| -rw-r--r-- | src/test/main_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index 21ae46d6e..2b92d239e 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -72,5 +72,4 @@ BOOST_AUTO_TEST_CASE(test_combiner_all) Test.disconnect(&ReturnTrue); BOOST_CHECK(Test()); } - BOOST_AUTO_TEST_SUITE_END() |