mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
CA: Add constructor for CAssetIssuance.
This commit is contained in:
parent
a6e610307e
commit
a26a684371
1 changed files with 4 additions and 1 deletions
|
|
@ -359,7 +359,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