mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
Make ChainSpec implement Send (#5315)
This commit is contained in:
@@ -38,7 +38,7 @@ pub async fn browser_configuration<G, E>(chain_spec: GenericChainSpec<G, E>)
|
||||
-> Result<Configuration, Box<dyn std::error::Error>>
|
||||
where
|
||||
G: RuntimeGenesis + 'static,
|
||||
E: Extension + 'static,
|
||||
E: Extension + 'static + Send,
|
||||
{
|
||||
let name = chain_spec.name().to_string();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user