diff options
author | Pavel Janík <Pavel@Janik.cz> | 2016-12-05 11:13:17 +0100 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2016-12-05 11:13:17 +0100 |
commit | c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c (patch) | |
tree | d2495be71700abd74fd9800f316534abb8de12d6 /src/core_io.h | |
parent | 43e8150ef69093c906c4406ce58c1fd21fee898e (diff) |
CMutableTransaction is defined as struct.
Diffstat (limited to 'src/core_io.h')
-rw-r--r-- | src/core_io.h | 2 |
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; |