Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Sep 12, 2024
1 parent f00b928 commit 3c273a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/src/chain_spec/laos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ use laos_runtime::{
use sc_service::ChainType;
use sp_runtime::Perbill;

pub(crate) type ChainSpec =
sc_service::GenericChainSpec<laos_runtime::RuntimeGenesisConfig, Extensions>;
pub(crate) type ChainSpec =sc_service::GenericChainSpec<Extensions> ;

pub(crate) fn development_config() -> ChainSpec {
ChainSpec::builder(
Expand Down

0 comments on commit 3c273a7

Please sign in to comment.