aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2016-12-05 11:13:17 +0100
committerPavel Janík <[email protected]>2016-12-05 11:13:17 +0100
commitc4b6fa8edfd81e49a51280e9cb45e7d4a06e672c (patch)
treed2495be71700abd74fd9800f316534abb8de12d6 /src
parentMerge #9269: Align struct COrphan definition (diff)
downloaddiscoin-c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c.tar.xz
discoin-c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c.zip
CMutableTransaction is defined as struct.
Diffstat (limited to 'src')
-rw-r--r--src/core_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_io.h b/src/core_io.h
index 4344290bb..88425ed4f 100644
--- a/src/core_io.h
+++ b/src/core_io.h
@@ -11,7 +11,7 @@
class CBlock;
class CScript;
class CTransaction;
-class CMutableTransaction;
+struct CMutableTransaction;
class uint256;
class UniValue;