mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
MOVEONLY: separate CTxUndo out of core
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "tinyformat.h"
|
||||
#include "txmempool.h"
|
||||
#include "uint256.h"
|
||||
#include "undo.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <exception>
|
||||
@@ -129,7 +130,6 @@ static const uint64_t nMinDiskSpace = 52428800;
|
||||
|
||||
|
||||
class CBlockTreeDB;
|
||||
class CTxUndo;
|
||||
class CScriptCheck;
|
||||
class CValidationState;
|
||||
class CValidationInterface;
|
||||
|
||||
Reference in New Issue
Block a user