mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-09 15:59:25 -04:00
Multiply BF by 8 because
This commit is contained in:
parent
799ae7db3e
commit
345154ab3e
@ -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…
x
Reference in New Issue
Block a user