![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
#include <consensus/validation.h>
#include <key_io.h>
#include <policy/packages.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/standard.h>
#include <test/util/setup_common.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
BOOST_FIXTURE_TEST_CASE (tx_mempool_reject_coinbase, TestChain100Setup) | |
Ensure that the mempool won't accept coinbase transactions. More... | |
BOOST_FIXTURE_TEST_CASE | ( | tx_mempool_reject_coinbase | , |
TestChain100Setup | |||
) |
Ensure that the mempool won't accept coinbase transactions.
Definition at line 23 of file txvalidation_tests.cpp.