mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Ensure authorities don't disappear after block 50 (#132)
* Disable CORS validation, improve logging. * Fix build from nightly API change. * Rebuilt binaries * More logs, keep validators after 50 blocks.
This commit is contained in:
committed by
Robert Habermeier
parent
fd0d9a4dea
commit
f57d0d8ba1
@@ -206,7 +206,7 @@ fn local_testnet_config() -> ChainConfig {
|
||||
}),
|
||||
staking: Some(StakingConfig {
|
||||
current_era: 0,
|
||||
intentions: vec![],
|
||||
intentions: initial_authorities.clone(),
|
||||
transaction_fee: 1,
|
||||
balances: endowed_accounts.iter().map(|&k|(k, 1u64 << 60)).collect(),
|
||||
validator_count: 2,
|
||||
|
||||
Reference in New Issue
Block a user