aboutsummaryrefslogtreecommitdiff
path: root/src/core_io.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-12-05 11:13:17 +0100
committerPavel Janík <Pavel@Janik.cz>2016-12-05 11:13:17 +0100
commitc4b6fa8edfd81e49a51280e9cb45e7d4a06e672c (patch)
treed2495be71700abd74fd9800f316534abb8de12d6 /src/core_io.h
parent43e8150ef69093c906c4406ce58c1fd21fee898e (diff)
downloadbitcoin-c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c.tar.xz
CMutableTransaction is defined as struct.
Diffstat (limited to 'src/core_io.h')
-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 4344290bb8..88425ed4fb 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;