Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
laruh committed Nov 1, 2024
1 parent 000662d commit 428480f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mm2src/mm2_main/tests/docker_tests/eth_docker_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2383,8 +2383,6 @@ fn send_and_spend_maker_payment_eth() {
let spend_tx = block_on(taker_coin.spend_maker_payment_v2(spend_args)).unwrap();
log!("Taker spent maker ETH payment, tx hash: {:02x}", spend_tx.tx_hash());
wait_for_confirmations(&taker_coin, &spend_tx, 100);

block_on(maker_coin.wait_for_maker_payment_spend(&spend_tx, 0u64, payment_time_lock)).unwrap();
}

#[cfg(feature = "sepolia-maker-swap-v2-tests")]
Expand Down Expand Up @@ -2448,6 +2446,4 @@ fn send_and_spend_maker_payment_erc20() {
let spend_tx = block_on(taker_coin.spend_maker_payment_v2(spend_args)).unwrap();
log!("Taker spent maker ERC20 payment, tx hash: {:02x}", spend_tx.tx_hash());
wait_for_confirmations(&taker_coin, &spend_tx, 100);

block_on(maker_coin.wait_for_maker_payment_spend(&spend_tx, 0u64, payment_time_lock)).unwrap();
}

0 comments on commit 428480f

Please sign in to comment.