mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Answer TODO
This commit is contained in:
parent
19efd376da
commit
d1b00f6ee2
@ -126,7 +126,7 @@ impl ConfidentialTransactionBuilder {
|
||||
fn compute_pseudo_out(&mut self, commitments: Vec<EdwardsPoint>) -> 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::<EdwardsPoint>();
|
||||
|
||||
let fee = self.compute_fee();
|
||||
|
Loading…
Reference in New Issue
Block a user