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,