Skip to content

Commit

Permalink
[encointer] add non_authority_keys to session genesis config
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 21, 2024
1 parent ad90a8c commit 0322c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-parachains/encointer/src/genesis_config_presets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn encointer_kusama_genesis(
)
})
.collect(),
non_authority_keys: vec![],
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down

0 comments on commit 0322c55

Please sign in to comment.