Skip to content

Commit

Permalink
Fix chainspec generation by reverting session address to controller a…
Browse files Browse the repository at this point in the history
…ccounts

Not sure why this breaks stuff, really need to follow-up here...
  • Loading branch information
HCastano committed Jan 30, 2024
1 parent 7df4c82 commit c5eaa28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/cli/src/chain_spec/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ pub fn testnet_genesis_config(
.iter()
.map(|x| {
(
// Note: We use the stash address here twice intentionally. Not sure why
// Note: We use the controller address here twice intentionally. Not sure why
// though...
x.1.clone(),
x.1.clone(),
x.0.clone(),
x.0.clone(),
crate::chain_spec::session_keys(
x.2.clone(),
x.3.clone(),
Expand Down

0 comments on commit c5eaa28

Please sign in to comment.