Skip to content

Commit

Permalink
comment out adding sapling_output
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Nov 19, 2024
1 parent 6aa3917 commit d78f4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zcash_primitives/src/transaction/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ impl<'a, P: consensus::Parameters, R: RngCore> Builder<'a, P, R> {
// Change output
//

/*
if change.is_positive() {
// Send change to the specified change address. If no change address
// was set, send change to the first Sapling address given as input.
Expand All @@ -654,6 +655,7 @@ impl<'a, P: consensus::Parameters, R: RngCore> Builder<'a, P, R> {
self.add_sapling_output(Some(change_address.0), change_address.1, change, None)?;
}
*/

//
// Record initial positions of spends and outputs
Expand Down

0 comments on commit d78f4df

Please sign in to comment.