From e53c028f47d88e599db82ef15cc578900b5c2d43 Mon Sep 17 00:00:00 2001 From: laruh Date: Thu, 5 Sep 2024 12:36:01 +0700 Subject: [PATCH] remove clone for now --- mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs b/mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs index e6b3f53fad..05b44a581e 100644 --- a/mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs +++ b/mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs @@ -2337,7 +2337,7 @@ fn send_and_spend_maker_payment_eth() { time_lock: payment_time_lock, taker_secret_hash: &taker_secret_hash, maker_secret_hash: &maker_secret_hash, - amount: trading_amount.clone(), + amount: trading_amount, maker_pub, swap_unique_data: &[], }; @@ -2386,7 +2386,7 @@ fn send_and_spend_maker_payment_erc20() { time_lock: payment_time_lock, taker_secret_hash: &taker_secret_hash, maker_secret_hash: &maker_secret_hash, - amount: trading_amount.clone(), + amount: trading_amount, maker_pub, swap_unique_data: &[], };