Skip to content

Commit

Permalink
spec and missed sudo remove fix
Browse files Browse the repository at this point in the history
  • Loading branch information
decentration committed Nov 9, 2022
1 parent 18430f5 commit e453490
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fn testnet_genesis(
})
.collect(),
},
sudo: Default::default(),
// sudo: Default::default(),
// no need to pass anything to aura, in fact it will panic if we do. Session will take care
// of this.
aura: Default::default(),
Expand Down
114 changes: 114 additions & 0 deletions specs/kab-release-v0.2.4-live.json

Large diffs are not rendered by default.

0 comments on commit e453490

Please sign in to comment.