From de1830f8251b0ab72394a989d2ea387b755ebc6a Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 13 May 2021 14:21:16 +1000 Subject: [PATCH] Add TODO to be resolved --- monero-adaptor/tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monero-adaptor/tests/integration_test.rs b/monero-adaptor/tests/integration_test.rs index 5b2d4b8a..d61c63a3 100644 --- a/monero-adaptor/tests/integration_test.rs +++ b/monero-adaptor/tests/integration_test.rs @@ -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::>();