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:03 +03:00
committed by GitHub
parent 8cda6a9726
commit 71ae3b0f9a
@@ -63,7 +63,6 @@ impl BlockingExecutor {
.expect("Failed to create the async runtime");
runtime.block_on(async move {
// Keep getting new task messages from all of the other threads.
while let Some(TaskMessage {
future: task,
response_tx: response_channel,