From 5ced151f4bf2f2bf1aa876186c1c4d535da5544f 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 00d59ac6f2..3fa8df2807 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -163,9 +163,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;