Skip to content

Commit

Permalink
fix: update logs
Browse files Browse the repository at this point in the history
irisdv committed Feb 27, 2024
1 parent fff5700 commit 8869c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/src/bot.rs
Original file line number Diff line number Diff line change
@@ -473,8 +473,8 @@ pub async fn renew_domains(
logger.info(format!("Sent {:?} transactions", tx_results.len()));
filtered_results.iter().rev().take(3).for_each(|failure| {
logger.severe(format!(
"Transaction 0x{:x} has failed with reason: {:?}",
failure.tx_hash, failure.revert_reason
"Transaction 0x{:x} with {:?} domains has failed with reason: {:?}",
failure.tx_hash, failure.domains_renewed, failure.revert_reason
));
});
logger.severe("Stopping process.");

0 comments on commit 8869c7e

Please sign in to comment.