![]() |
Bitcoin Core
26.1.0
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... | |
|
static |
Minimum time between orphan transactions expire time checks in seconds.
Definition at line 16 of file txorphanage.cpp.
|
static |
Expiration time for orphan transactions in seconds.
Definition at line 14 of file txorphanage.cpp.
1.8.14