mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Add TODO to be resolved
This commit is contained in:
parent
558cc3492a
commit
de1830f825
@ -224,7 +224,7 @@ async fn monerod_integration_test() {
|
||||
]),
|
||||
};
|
||||
|
||||
let out_pk = out_pk
|
||||
let out_pk = out_pk // TODO: Should this happen inside the bulletproof module?
|
||||
.into_iter()
|
||||
.map(|p| (p.decompress().unwrap() * Scalar::from(MONERO_MUL_FACTOR)).compress())
|
||||
.collect::<Vec<_>>();
|
||||
|
Loading…
Reference in New Issue
Block a user