Skip to content

Commit

Permalink
Added log for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 20, 2023
1 parent bab4213 commit 7ee45fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/erc20_payment_lib/src/sender/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,10 @@ pub async fn process_transaction(
.as_ref()
.map(|testing| testing.erc20_lib_test_replacement_timeout)
{
log::warn!(
"TESTING - sleeping for {} seconds",
erc20_lib_test_replacement_timeout.as_secs()
);
tokio::time::sleep(erc20_lib_test_replacement_timeout).await;
}
let mut db_transaction = conn.begin().await.map_err(err_from!())?;
Expand Down

0 comments on commit 7ee45fe

Please sign in to comment.