diff --git a/zebra-chain/src/transaction.rs b/zebra-chain/src/transaction.rs index a6ef67ffc..825ae5128 100644 --- a/zebra-chain/src/transaction.rs +++ b/zebra-chain/src/transaction.rs @@ -43,8 +43,6 @@ pub struct TransactionInput { /// I only own one UTXO worth 2 ZEC, I would construct a transaction /// that spends my UTXO and sends 1 ZEC to you and 1 ZEC back to me /// (just like receiving change). -// TODO: sanity check these doc comments -// // `Copy` cannot be implemented for `Vec` #[derive(Clone, Debug, Eq, PartialEq)] pub struct TransactionOutput {