Fix the retry layer

This commit is contained in:
Omar Abdulla
2026-01-13 22:13:48 +03:00
parent 6550c5ff7f
commit 2568f7f828
7 changed files with 347 additions and 226 deletions
@@ -409,7 +409,6 @@ where
.handle_function_call_execution(step, deployment_receipts)
.await
.context("Failed to handle the function call execution")?;
tracing::Span::current().record("block_number", execution_receipt.block_number);
let tracing_result = self
.handle_function_call_call_frame_tracing(execution_receipt.transaction_hash)
.await