Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Mar 5, 2024
1 parent a1290f9 commit 6f516a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion node/src/chainspec/mainnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ use tangle_runtime::{
WASM_BINARY,
};


/// Specialized `ChainSpec`. This is a specialization of the general Substrate ChainSpec type.
pub type ChainSpec = sc_service::GenericChainSpec<RuntimeGenesisConfig>;

Expand Down
1 change: 0 additions & 1 deletion node/src/chainspec/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ use tangle_testnet_runtime::{
WASM_BINARY,
};


/// Specialized `ChainSpec`. This is a specialization of the general Substrate ChainSpec type.
pub type ChainSpec = sc_service::GenericChainSpec<RuntimeGenesisConfig>;

Expand Down

0 comments on commit 6f516a1

Please sign in to comment.