Skip to content

Commit

Permalink
fixup! core-primitives: move JsonrpseeClient constructor call to a ne…
Browse files Browse the repository at this point in the history
…w thread
  • Loading branch information
OverOrion committed Jul 21, 2023
1 parent 655e146 commit 3c57ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core-primitives/node-api/factory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use itp_api_client_types::{JsonrpseeClient, ParentchainApi, ParentchainExtrinsicSigner};
use sp_core::sr25519;
use std::thread;
use tokio::task::JoinError;

/// Trait to create a node API, based on a node URL and signer.
pub trait CreateNodeApi {
Expand Down

0 comments on commit 3c57ca0

Please sign in to comment.