0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Merge #8651: Predeclare PrecomputedTransactionData as struct

4424af5 Predeclare PrecomputedTransactionData as sturct (Pieter Wuille)
This commit is contained in:
Pieter Wuille 2016-09-05 13:24:40 +02:00
commit e82fb872ff
No known key found for this signature in database
GPG key ID: DBA1A67379A1A931

View file

@ -38,8 +38,8 @@ class CScriptCheck;
class CTxMemPool;
class CValidationInterface;
class CValidationState;
class PrecomputedTransactionData;
struct PrecomputedTransactionData;
struct CNodeStateStats;
struct LockPoints;