mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-30 10:09:04 -04:00
Multiply BF by 8 because
This commit is contained in:
parent
799ae7db3e
commit
345154ab3e
1 changed files with 1 additions and 2 deletions
|
@ -238,8 +238,7 @@ async fn monerod_integration_test() {
|
||||||
commitment_ring,
|
commitment_ring,
|
||||||
pseudo_out,
|
pseudo_out,
|
||||||
real_commitment_blinder,
|
real_commitment_blinder,
|
||||||
out_blinding_0 + out_blinding_1, /* TODO: These haven't been multiplied by 8. Is that
|
(out_blinding_0 + out_blinding_1) * Scalar::from(MONERO_MUL_FACTOR),
|
||||||
* correct? */
|
|
||||||
&prefix.hash().to_bytes(),
|
&prefix.hash().to_bytes(),
|
||||||
&mut rng,
|
&mut rng,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue