Sanity: checked
This commit is contained in:
parent
6236909210
commit
b4b72829b2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue