Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Variables
txorphanage.h File Reference
#include <txpool.h>
#include <util/time.h>
Include dependency graph for txorphanage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TxOrphanage
 

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 14 of file txorphanage.h.

◆ ORPHAN_TX_EXPIRE_TIME

constexpr auto ORPHAN_TX_EXPIRE_TIME {20min}
staticconstexpr

Expiration time for orphan transactions.

Definition at line 12 of file txorphanage.h.