From 320c4de1ea708d942fbd32318e793d99dbd255ce Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Fri, 10 Mar 2017 04:44:13 -0800 Subject: [PATCH] CA: Remove TODO note that has already been done --- src/primitives/transaction.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 9f00cfb9b7..44f2f380de 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -173,9 +173,6 @@ public: SetNull(); } - // FIXME: Add `const CTxOutAsset& nAssetIn` as first parameter. This will - // (rightfully) break all code that calls this constructor, which - // will need to be fixed to be asset aware. CTxOut(const CConfidentialAsset& nAssetIn, const CConfidentialValue& nValueIn, CScript scriptPubKeyIn); ADD_SERIALIZE_METHODS;