Skip to content

Commit

Permalink
fixup! Enable async backing on Kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia-Gold committed Nov 22, 2023
1 parent 2144856 commit 9f5cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ sp_api::impl_runtime_apis! {
)
}

fn minimum_backing_votes() -> u32 {
fn minimum_backing_votes() -> u32 {
parachains_runtime_api_impl::minimum_backing_votes::<Runtime>()
}

Expand Down

0 comments on commit 9f5cef4

Please sign in to comment.