mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
service: support setting fork blocks in config (#719)
This commit is contained in:
committed by
Bastian Köcher
parent
c975d4ee84
commit
ec0a7604a0
@@ -84,7 +84,11 @@ pub struct CustomConfiguration {
|
||||
/// Configuration type that is being used.
|
||||
///
|
||||
/// See [`ChainSpec`] for more information why Polkadot `GenesisConfig` is safe here.
|
||||
pub type Configuration = service::Configuration<CustomConfiguration, polkadot_runtime::GenesisConfig>;
|
||||
pub type Configuration = service::Configuration<
|
||||
CustomConfiguration,
|
||||
polkadot_runtime::GenesisConfig,
|
||||
chain_spec::Extensions,
|
||||
>;
|
||||
|
||||
impl Default for CustomConfiguration {
|
||||
fn default() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user