Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <kernel/disconnected_transactions.h>
#include <chain.h>
#include <consensus/consensus.h>
#include <primitives/transaction.h>
#include <reverse_iterator.h>
#include <sync.h>
#include <validation.h>
#include <validationinterface.h>
Go to the source code of this file.
Variables | |
static const size_t | MAX_DISCONNECTED_TX_POOL_SIZE = 20 * DEFAULT_MAX_BLOCK_SIZE |
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 17 of file disconnected_transactions.cpp.