mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
CA: Add constructor for CAssetIssuance.
This commit is contained in:
parent
4fc96ef936
commit
2cffaa1617
1 changed files with 4 additions and 1 deletions
|
|
@ -369,7 +369,10 @@ public:
|
|||
CTxOutValue nInflationKeys;
|
||||
|
||||
public:
|
||||
// FIXME: constructor and methods
|
||||
CAssetIssuance()
|
||||
{
|
||||
SetNull();
|
||||
}
|
||||
|
||||
ADD_SERIALIZE_METHODS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue