mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
CA: Fix code comments
This commit is contained in:
parent
de2fba4c1b
commit
6e78bde2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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<CTxIn> vin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue