Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Variables
disconnected_transactions.h File Reference
#include <primitives/transaction.h>
#include <util/hasher.h>
#include <list>
#include <unordered_map>
#include <vector>
Include dependency graph for disconnected_transactions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DisconnectedBlockTransactions
 DisconnectedBlockTransactions. More...
 

Variables

static const unsigned int MAX_DISCONNECTED_TX_POOL_BYTES {20'000'000}
 Maximum bytes for transactions to store for processing during reorg. More...
 

Variable Documentation

◆ MAX_DISCONNECTED_TX_POOL_BYTES

const unsigned int MAX_DISCONNECTED_TX_POOL_BYTES {20'000'000}
static

Maximum bytes for transactions to store for processing during reorg.

Definition at line 16 of file disconnected_transactions.h.