diff --git a/monero-wallet/src/lib.rs b/monero-wallet/src/lib.rs index 99acbe9e..c61cf936 100644 --- a/monero-wallet/src/lib.rs +++ b/monero-wallet/src/lib.rs @@ -126,7 +126,7 @@ impl ConfidentialTransactionBuilder { fn compute_pseudo_out(&mut self, commitments: Vec) -> EdwardsPoint { let sum_commitments = commitments .iter() - .map(|p| p * Scalar::from(8u8)) // TODO: Should this happen inside the bulletproof module? + .map(|p| p * Scalar::from(8u8)) // TODO: Should this happen inside the bulletproof module? => yes .sum::(); let fee = self.compute_fee();