From 6e78bde2f887f3c130cbc00ee9cc897efa84f42f Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Sat, 11 Mar 2017 15:15:54 -0800 Subject: [PATCH] CA: Fix code comments --- src/primitives/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index d7cbba0314..370dc12ba9 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -314,6 +314,7 @@ public: std::string ToString() const; }; +/** A new asset issuance, or a reissuance (inflation) of an existing asset */ class CAssetIssuance { public: @@ -630,7 +631,6 @@ struct CMutableTransaction; * * Extended transaction serialization format: * - int32_t nVersion - * - int32_t nTxFee * - unsigned char dummy = 0x00 * - unsigned char flags (!= 0) * - std::vector vin