From 521d05bd461535b2f4f227e150a2a9f55905ddd7 Mon Sep 17 00:00:00 2001 From: tomg10 Date: Mon, 29 Jul 2024 16:27:48 +0200 Subject: [PATCH] fix Signed-off-by: tomg10 --- core/node/eth_sender/src/eth_tx_manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/node/eth_sender/src/eth_tx_manager.rs b/core/node/eth_sender/src/eth_tx_manager.rs index f8b58d318162..a4656510e9eb 100644 --- a/core/node/eth_sender/src/eth_tx_manager.rs +++ b/core/node/eth_sender/src/eth_tx_manager.rs @@ -413,7 +413,7 @@ impl EthTxManager { self.fail_tx(storage, tx, tx_status).await; } } else { - tracing::debug!( + tracing::trace!( "Transaction {} with id {} is not yet finalized: block in receipt {receipt_block_number}, finalized block {finalized_block}", tx_status.tx_hash, tx.id,