Skip to content

Commit 0914fd7

Browse files
committed
fix: borrow her
1 parent d823e4e commit 0914fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ impl SubmitTask {
267267

268268
// Prep the span we'll use for the transaction submission
269269
let submission_span = debug_span!(
270-
parent: span,
270+
parent: &span,
271271
"SubmitTask::task_future::transaction_submission",
272272
tx_count = sim_result.block.tx_count(),
273273
host_block_number,

0 commit comments

Comments
 (0)