Skip to content

Commit

Permalink
Fix genesis in file
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Dec 17, 2019
1 parent c7992e2 commit 5809cb0
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
122 changes: 61 additions & 61 deletions bin/node/cli/res/testnet_v2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/node/cli/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,12 @@ fn generate_config_genesis(
}
}

/*
/// Plasm testnet file config.
pub fn plasm_testnet_config() -> ChainSpec {
ChainSpec::from_json_bytes(&include_bytes!("../res/testnet_v2.json")[..]).unwrap()
}
*/

/*
/// Plasm testnet native config.
pub fn plasm_testnet_config() -> ChainSpec {
let boot_nodes = vec![
Expand Down Expand Up @@ -265,6 +264,7 @@ fn plasm_testnet_genesis() -> GenesisConfig {
false,
)
}
*/

fn development_config_genesis() -> GenesisConfig {
generate_config_genesis(
Expand Down

0 comments on commit 5809cb0

Please sign in to comment.