From e5a751f507c40b38c3c166b03d64c41d52300c57 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 15 Jul 2025 13:23:50 +0300 Subject: [PATCH] Update crates/node-interaction/src/blocking_executor.rs Co-authored-by: xermicus --- crates/node-interaction/src/blocking_executor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/node-interaction/src/blocking_executor.rs b/crates/node-interaction/src/blocking_executor.rs index 4b3142d..1150081 100644 --- a/crates/node-interaction/src/blocking_executor.rs +++ b/crates/node-interaction/src/blocking_executor.rs @@ -90,7 +90,6 @@ impl BlockingExecutor { // expecting it to be in. let future = Box::pin(async move { Box::new(future.await) as Box }); - // Sending the task to the runtime, let task = TaskMessage { future, response_tx,