Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <merkleblock.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <boost/test/unit_test.hpp>
#include <set>
#include <vector>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (merkleblock_construct_from_txids_found) | |
Create a CMerkleBlock using a list of txids which will be found in the given block. More... | |
BOOST_AUTO_TEST_CASE (merkleblock_construct_from_txids_not_found) | |
Create a CMerkleBlock using a list of txids which will not be found in the given block. More... | |
BOOST_AUTO_TEST_CASE | ( | merkleblock_construct_from_txids_found | ) |
Create a CMerkleBlock using a list of txids which will be found in the given block.
Definition at line 20 of file merkleblock_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | merkleblock_construct_from_txids_not_found | ) |
Create a CMerkleBlock using a list of txids which will not be found in the given block.
Definition at line 61 of file merkleblock_tests.cpp.