mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-24 07:51:24 +02:00
test: remove BasicTestingSetup from merkleblock tests
This commit is contained in:
parent
cd5bc4b470
commit
3974c962b6
@ -8,8 +8,10 @@
|
|||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
|
||||||
|
#include <set>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
BOOST_FIXTURE_TEST_SUITE(merkleblock_tests, BasicTestingSetup)
|
BOOST_AUTO_TEST_SUITE(merkleblock_tests)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a CMerkleBlock using a list of txids which will be found in the
|
* Create a CMerkleBlock using a list of txids which will be found in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user