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:
glozow
2023-09-05 13:45:09 +01:00
parent 2765d6f343
commit cf5f1faa03
6 changed files with 133 additions and 115 deletions

View File

@@ -4,6 +4,7 @@
//
#include <chainparams.h>
#include <consensus/validation.h>
#include <kernel/disconnected_transactions.h>
#include <node/kernel_notifications.h>
#include <node/utxo_snapshot.h>
#include <random.h>