diff options
| author | Pavel Janík <[email protected]> | 2016-12-05 11:13:17 +0100 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2016-12-05 11:13:17 +0100 |
| commit | c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c (patch) | |
| tree | d2495be71700abd74fd9800f316534abb8de12d6 /src | |
| parent | Merge #9269: Align struct COrphan definition (diff) | |
| download | discoin-c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c.tar.xz discoin-c4b6fa8edfd81e49a51280e9cb45e7d4a06e672c.zip | |
CMutableTransaction is defined as struct.
Diffstat (limited to 'src')
| -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 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; |