Bitcoin Core  27.99.0
P2P Digital Currency
Variables
txorphanage.cpp File Reference
#include <txorphanage.h>
#include <consensus/validation.h>
#include <logging.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <util/time.h>
#include <cassert>
Include dependency graph for txorphanage.cpp:

Go to the source code of this file.

Variables

static constexpr auto ORPHAN_TX_EXPIRE_TIME {20min}
 Expiration time for orphan transactions. More...
 
static constexpr auto ORPHAN_TX_EXPIRE_INTERVAL {5min}
 Minimum time between orphan transactions expire time checks. More...
 

Variable Documentation

◆ ORPHAN_TX_EXPIRE_INTERVAL

constexpr auto ORPHAN_TX_EXPIRE_INTERVAL {5min}
staticconstexpr

Minimum time between orphan transactions expire time checks.

Definition at line 18 of file txorphanage.cpp.

◆ ORPHAN_TX_EXPIRE_TIME

constexpr auto ORPHAN_TX_EXPIRE_TIME {20min}
staticconstexpr

Expiration time for orphan transactions.

Definition at line 16 of file txorphanage.cpp.