From b4b72829b2016563c3bfb8f942743ea6dd72270c Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 26 Sep 2019 22:49:22 -0400 Subject: [PATCH] Sanity: checked --- zebra-chain/src/transaction.rs | 2 -- 1 file changed, 2 deletions(-) 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 {