chore: remove serde from ChainSpec (#9017)

This commit is contained in:
joshieDo
2024-06-21 17:29:37 +02:00
committed by GitHub
parent b9b61b377a
commit 2473ed880b
10 changed files with 17 additions and 25 deletions

View File

@ -159,6 +159,7 @@ pub struct NetworkConfigBuilder {
/// How to configure the sessions manager
sessions_config: Option<SessionsConfig>,
/// The network's chain spec
#[serde(skip)]
chain_spec: Arc<ChainSpec>,
/// The default mode of the network.
network_mode: NetworkMode,