Skip to content

Commit

Permalink
refactor coretime westend
Browse files Browse the repository at this point in the history
  • Loading branch information
k-gunjan committed Mar 6, 2024
1 parent 1a4ca16 commit 302f1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ impl_runtime_apis! {
}

fn authorities() -> Vec<AuraId> {
Aura::authorities().into_inner()
pallet_aura::Authorities::<Runtime>::get().into_inner()
}
}

Expand Down

0 comments on commit 302f1d6

Please sign in to comment.