mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Predeclare PrecomputedTransactionData as sturct
This commit is contained in:
parent
6f939c9080
commit
4424af5190
1 changed files with 1 additions and 1 deletions
|
@ -38,8 +38,8 @@ class CScriptCheck;
|
||||||
class CTxMemPool;
|
class CTxMemPool;
|
||||||
class CValidationInterface;
|
class CValidationInterface;
|
||||||
class CValidationState;
|
class CValidationState;
|
||||||
class PrecomputedTransactionData;
|
|
||||||
|
|
||||||
|
struct PrecomputedTransactionData;
|
||||||
struct CNodeStateStats;
|
struct CNodeStateStats;
|
||||||
struct LockPoints;
|
struct LockPoints;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue