Skip to content

Commit c4b6fa8

Browse files
committed
CMutableTransaction is defined as struct.
1 parent 43e8150 commit c4b6fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_io.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class CBlock;
1212
class CScript;
1313
class CTransaction;
14-
class CMutableTransaction;
14+
struct CMutableTransaction;
1515
class uint256;
1616
class UniValue;
1717

0 commit comments

Comments
 (0)