mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
fixed BEEFY genesis (#1858)
This commit is contained in:
committed by
Bastian Köcher
parent
5c40f9e5f1
commit
74f847a223
@@ -202,7 +202,7 @@ fn testnet_genesis(
|
|||||||
balances: endowed_accounts.iter().cloned().map(|k| (k, 1 << 50)).collect(),
|
balances: endowed_accounts.iter().cloned().map(|k| (k, 1 << 50)).collect(),
|
||||||
},
|
},
|
||||||
aura: AuraConfig { authorities: Vec::new() },
|
aura: AuraConfig { authorities: Vec::new() },
|
||||||
beefy: BeefyConfig { authorities: Vec::new(), genesis_block: Some(0) },
|
beefy: BeefyConfig::default(),
|
||||||
grandpa: GrandpaConfig { authorities: Vec::new() },
|
grandpa: GrandpaConfig { authorities: Vec::new() },
|
||||||
sudo: SudoConfig { key: Some(root_key) },
|
sudo: SudoConfig { key: Some(root_key) },
|
||||||
session: SessionConfig {
|
session: SessionConfig {
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ fn testnet_genesis(
|
|||||||
authorities: Vec::new(),
|
authorities: Vec::new(),
|
||||||
epoch_config: Some(rialto_runtime::BABE_GENESIS_EPOCH_CONFIG),
|
epoch_config: Some(rialto_runtime::BABE_GENESIS_EPOCH_CONFIG),
|
||||||
},
|
},
|
||||||
beefy: BeefyConfig { authorities: Vec::new(), genesis_block: Some(0) },
|
beefy: BeefyConfig::default(),
|
||||||
grandpa: GrandpaConfig { authorities: Vec::new() },
|
grandpa: GrandpaConfig { authorities: Vec::new() },
|
||||||
sudo: SudoConfig { key: Some(root_key) },
|
sudo: SudoConfig { key: Some(root_key) },
|
||||||
session: SessionConfig {
|
session: SessionConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user