mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove serde from ChainSpec (#9017)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user