![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "merkleblock.h"#include "uint256.h"#include "test/test_pivx.h"#include "test/util/blocksutil.h"#include <boost/test/unit_test.hpp>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 19 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 57 of file merkleblock_tests.cpp.