mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Remove tokio dependency from networking and service (#351)
* Remove tokio dependency from networking * Also remove tokio from service * Finally fix tests
This commit is contained in:
committed by
Bastian Köcher
parent
56845f74b5
commit
14cf3142d3
@@ -41,7 +41,6 @@ use sr_primitives::traits::{ApiRef, ProvideRuntimeApi};
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
use futures::{prelude::*, sync::mpsc};
|
||||
use tokio::runtime::Runtime;
|
||||
use parity_codec::Encode;
|
||||
|
||||
use super::TestContext;
|
||||
|
||||
Reference in New Issue
Block a user