#include <chainparams.h>
#include <node/miner.h>
#include <net_processing.h>
#include <pow.h>
#include <test/util/setup_common.h>
#include <validation.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
connections_desirable_service_flags |
| ) |
|
◆ mineBlock()
static void mineBlock |
( |
const node::NodeContext & |
node, |
|
|
std::chrono::seconds |
block_time |
|
) |
| |
|
static |
◆ NODE_NETWORK_LIMITED_ALLOW_CONN_BLOCKS
constexpr int64_t NODE_NETWORK_LIMITED_ALLOW_CONN_BLOCKS = 144 |
|
staticconstexpr |
Window, in blocks, for connecting to NODE_NETWORK_LIMITED peers.
Definition at line 17 of file peerman_tests.cpp.