mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-25 16:07:57 +00:00
Update to 1.13.0 triggered by workflow_dispatch
This commit is contained in:
@@ -21,7 +21,7 @@ use serde_json::{json, Value};
|
||||
use sp_keyring::AccountKeyring;
|
||||
|
||||
/// This is a specialization of the general Substrate ChainSpec type.
|
||||
pub type ChainSpec = sc_service::GenericChainSpec<()>;
|
||||
pub type ChainSpec = sc_service::GenericChainSpec;
|
||||
|
||||
fn props() -> Properties {
|
||||
let mut properties = Properties::new();
|
||||
|
||||
Reference in New Issue
Block a user