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,
|
||||
pseudo_out,
|
||||
real_commitment_blinder,
|
||||
out_blinding_0 + out_blinding_1, /* TODO: These haven't been multiplied by 8. Is that
|
||||
* correct? */
|
||||
(out_blinding_0 + out_blinding_1) * Scalar::from(MONERO_MUL_FACTOR),
|
||||
&prefix.hash().to_bytes(),
|
||||
&mut rng,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user