CA: Remove TODO note that has already been done

This commit is contained in:
Mark Friedenbach 2017-03-10 04:44:13 -08:00 committed by Gregory Sanders
parent 2736802263
commit 320c4de1ea

View file

@ -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;