Skip to content

Commit e82fb87

Browse files
committed
Merge #8651: Predeclare PrecomputedTransactionData as struct
4424af5 Predeclare PrecomputedTransactionData as sturct (Pieter Wuille)
2 parents cbe9ae8 + 4424af5 commit e82fb87

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)