Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: tomg10 <[email protected]>
  • Loading branch information
tomg10 committed Jul 29, 2024
1 parent d302b41 commit 521d05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/eth_sender/src/eth_tx_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 521d05b

Please sign in to comment.