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;