Skip to content

Commit 4424af5

Browse files
committed
Predeclare PrecomputedTransactionData as sturct
1 parent 6f939c9 commit 4424af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class CScriptCheck;
3838
class CTxMemPool;
3939
class CValidationInterface;
4040
class CValidationState;
41-
class PrecomputedTransactionData;
4241

42+
struct PrecomputedTransactionData;
4343
struct CNodeStateStats;
4444
struct LockPoints;
4545

0 commit comments

Comments
 (0)