![]() |
Bitcoin ABC
0.26.3
P2P Digital Currency
|
#include <txorphanage.h>
#include <consensus/validation.h>
#include <logging.h>
#include <policy/policy.h>
#include <cassert>
Go to the source code of this file.
Variables | |
static constexpr int64_t | ORPHAN_TX_EXPIRE_TIME = 20 * 60 |
Expiration time for orphan transactions in seconds. More... | |
static constexpr int64_t | ORPHAN_TX_EXPIRE_INTERVAL = 5 * 60 |
Minimum time between orphan transactions expire time checks in seconds. More... | |
RecursiveMutex | g_cs_orphans |
Guards orphan transactions and extra txs for compact blocks. More... | |
RecursiveMutex g_cs_orphans |
Guards orphan transactions and extra txs for compact blocks.
Definition at line 18 of file txorphanage.cpp.
|
staticconstexpr |
Minimum time between orphan transactions expire time checks in seconds.
Definition at line 16 of file txorphanage.cpp.
|
staticconstexpr |
Expiration time for orphan transactions in seconds.
Definition at line 14 of file txorphanage.cpp.