mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 16:55:43 +00:00
Make ChainSpec implement Send (#5315)
This commit is contained in:
@@ -318,7 +318,7 @@ impl<G: RuntimeGenesis, E: serde::Serialize + Clone> ChainSpec<G, E> {
|
||||
impl<G, E> crate::ChainSpec for ChainSpec<G, E>
|
||||
where
|
||||
G: RuntimeGenesis,
|
||||
E: GetExtension + serde::Serialize + Clone,
|
||||
E: GetExtension + serde::Serialize + Clone + Send,
|
||||
{
|
||||
fn boot_nodes(&self) -> &[String] {
|
||||
ChainSpec::boot_nodes(self)
|
||||
|
||||
Reference in New Issue
Block a user