From 2cffaa1617682aed9951e9a07061b0eb591839bf Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Tue, 21 Feb 2017 17:14:33 -0800 Subject: [PATCH] CA: Add constructor for CAssetIssuance. --- src/primitives/transaction.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 7fa8b3154b..92a5bed4f2 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -369,7 +369,10 @@ public: CTxOutValue nInflationKeys; public: - // FIXME: constructor and methods + CAssetIssuance() + { + SetNull(); + } ADD_SERIALIZE_METHODS;