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:15 +03:00
committed by GitHub
parent 71ae3b0f9a
commit d9d62b1038
@@ -78,7 +78,6 @@ impl BlockingExecutor {
})
});
// Creating the state of the async runtime.
ExecutorState { tx }
});