Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
feebumper_tests.cpp File Reference
#include <consensus/validation.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <util/strencodings.h>
#include <wallet/feebumper.h>
#include <wallet/test/util.h>
#include <wallet/test/wallet_test_fixture.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for feebumper_tests.cpp:

Go to the source code of this file.

Namespaces

 wallet
 
 wallet::feebumper
 

Functions

static void wallet::feebumper::CheckMaxWeightComputation (const std::string &script_str, const std::vector< std::string > &witness_str_stack, const std::string &prevout_script_str, int64_t expected_max_weight)
 
 wallet::feebumper::BOOST_AUTO_TEST_CASE (external_max_weight_test)