Skip to content

Commit

Permalink
remove time sleep from the end of loop
Browse files Browse the repository at this point in the history
  • Loading branch information
laruh committed Nov 18, 2024
1 parent 47f904c commit 2056f9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mm2src/coins/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2681,8 +2681,6 @@ impl MarketCoinOps for EthCoin {
Timer::sleep(args.check_every).await;
continue;
}

Timer::sleep(5.).await;
}
}

Expand Down
2 changes: 0 additions & 2 deletions mm2src/coins/eth/eth_swap_v2/eth_taker_swap_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,6 @@ impl EthCoin {
Timer::sleep(check_every).await;
continue;
}

Timer::sleep(check_every).await;
}
}

Expand Down

0 comments on commit 2056f9b

Please sign in to comment.