mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-20 04:44:42 -04:00
Add TODO to be resolved
This commit is contained in:
parent
558cc3492a
commit
de1830f825
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue