Skip to content

Commit

Permalink
[parachain-bin] add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 20, 2025
1 parent 182868b commit 335c938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulus/polkadot-parachain/src/chain_spec/glutton.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub fn glutton_westend_config(

let authorities = match chain_type {
ChainType::Development => vec![Sr25519Keyring::Alice.public().into()],
// Even the westend live setup does currently use Alice & Bob.
_ => vec![Sr25519Keyring::Alice.public().into(), Sr25519Keyring::Bob.public().into()],
};

Expand Down

0 comments on commit 335c938

Please sign in to comment.