Add TODO to be resolved

This commit is contained in:
Thomas Eizinger 2021-05-13 14:21:16 +10:00
parent 558cc3492a
commit de1830f825
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -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<_>>();