mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
MOVEONLY: DisconnectedBlockTransactions to its own file
This struct is only used in validation + tests and has very little to do with txmempool.
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <bench/bench.h>
|
||||
#include <kernel/disconnected_transactions.h>
|
||||
#include <primitives/block.h>
|
||||
#include <test/util/random.h>
|
||||
#include <test/util/setup_common.h>
|
||||
#include <validation.h>
|
||||
|
||||
constexpr size_t BLOCK_VTX_COUNT{4000};
|
||||
constexpr size_t BLOCK_VTX_COUNT_10PERCENT{400};
|
||||
|
||||
Reference in New Issue
Block a user