mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 15:05:40 +00:00
Make ChainSpec implement Send (#5315)
This commit is contained in:
@@ -125,7 +125,7 @@ pub trait RuntimeGenesis: Serialize + DeserializeOwned + BuildStorage {}
|
||||
impl<T: Serialize + DeserializeOwned + BuildStorage> RuntimeGenesis for T {}
|
||||
|
||||
/// Common interface to `GenericChainSpec`
|
||||
pub trait ChainSpec: BuildStorage {
|
||||
pub trait ChainSpec: BuildStorage + Send {
|
||||
/// Spec name.
|
||||
fn name(&self) -> &str;
|
||||
/// Spec id.
|
||||
|
||||
Reference in New Issue
Block a user