Skip to content

Commit

Permalink
refactor to match master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
k-gunjan committed Mar 6, 2024
1 parent 05ab1ae commit 9c1a94c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cumulus/pallets/aura-ext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ pub mod pallet {
impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
fn build(&self) {
let authorities = pallet_aura::Authorities::<T>::get();

assert!(
!authorities.is_empty(),
"AuRa authorities empty, maybe wrong order in `construct_runtime!`?",
);

Authorities::<T>::put(authorities);
}
}
Expand Down

0 comments on commit 9c1a94c

Please sign in to comment.