Merge #9282: CMutableTransaction is defined as struct

c4b6fa8 CMutableTransaction is defined as struct. (Pavel Janík)
This commit is contained in:
Wladimir J. van der Laan 2016-12-05 12:54:21 +01:00
commit 7d5d44969b
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
class CBlock;
class CScript;
class CTransaction;
class CMutableTransaction;
struct CMutableTransaction;
class uint256;
class UniValue;