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

Go to the source code of this file.

Classes

class  TxConflicting
 

Variables

static constexpr auto CONFLICTING_TX_EXPIRE_TIME {20min}
 Expiration time for conflicting transactions.
 
static constexpr auto CONFLICTING_TX_EXPIRE_INTERVAL {5min}
 Minimum time between conflicting transactions expire time checks.
 

Variable Documentation

◆ CONFLICTING_TX_EXPIRE_INTERVAL

constexpr auto CONFLICTING_TX_EXPIRE_INTERVAL {5min}
staticconstexpr

Minimum time between conflicting transactions expire time checks.

Definition at line 14 of file txconflicting.h.

◆ CONFLICTING_TX_EXPIRE_TIME

constexpr auto CONFLICTING_TX_EXPIRE_TIME {20min}
staticconstexpr

Expiration time for conflicting transactions.

Definition at line 12 of file txconflicting.h.