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;