Skip to content

Commit

Permalink
remove clone for now
Browse files Browse the repository at this point in the history
  • Loading branch information
laruh committed Sep 5, 2024
1 parent f73b5de commit e53c028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: &[],
};
Expand Down Expand Up @@ -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: &[],
};
Expand Down

0 comments on commit e53c028

Please sign in to comment.