Skip to content

Commit 6306d00

Browse files
authored
fix post-merge CI errors
1 parent 974ffc2 commit 6306d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/runtime/src/genesis_config_presets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn testnet_genesis(
4242
dev_accounts: None,
4343
},
4444
aura: pallet_aura::GenesisConfig {
45-
authorities: initial_authorities.iter().map(|x| (x.0.clone())).collect::<Vec<_>>(),
45+
authorities: initial_authorities.iter().map(|x| x.0.clone()).collect::<Vec<_>>(),
4646
},
4747
grandpa: pallet_grandpa::GenesisConfig {
4848
authorities: initial_authorities.iter().map(|x| (x.1.clone(), 1)).collect::<Vec<_>>(),

e2e-tests/config/substrate/ci_nodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"deployment_mc_epoch": 1018,
2+
"deployment_mc_epoch": 1019,
33
"deployment_version": "master",
44
"test_environment": "ci",
55
"keys_path": "secrets/substrate/staging/keys",

0 commit comments

Comments
 (0)