Sanity: checked

This commit is contained in:
Deirdre Connolly 2019-09-26 22:49:22 -04:00 committed by Deirdre Connolly
parent 6236909210
commit b4b72829b2
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ pub struct TransactionInput {
/// I only own one UTXO worth 2 ZEC, I would construct a transaction /// 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 /// that spends my UTXO and sends 1 ZEC to you and 1 ZEC back to me
/// (just like receiving change). /// (just like receiving change).
// TODO: sanity check these doc comments
//
// `Copy` cannot be implemented for `Vec<u8>` // `Copy` cannot be implemented for `Vec<u8>`
#[derive(Clone, Debug, Eq, PartialEq)] #[derive(Clone, Debug, Eq, PartialEq)]
pub struct TransactionOutput { pub struct TransactionOutput {