Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <primitives/transaction.h>
#include <util/hasher.h>
#include <list>
#include <unordered_map>
#include <vector>
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... | |
|
static |
Maximum bytes for transactions to store for processing during reorg.
Definition at line 16 of file disconnected_transactions.h.