Update crates/node-interaction/src/blocking_executor.rs

Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
Omar
2025-07-15 13:23:50 +03:00
committed by GitHub
parent d9d62b1038
commit e5a751f507
@@ -90,7 +90,6 @@ impl BlockingExecutor {
// expecting it to be in.
let future = Box::pin(async move { Box::new(future.await) as Box<dyn Any + Send> });
// Sending the task to the runtime,
let task = TaskMessage {
future,
response_tx,