Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix test runtime compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima committed Aug 3, 2023
1 parent 308459b commit f031c9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/test-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,10 @@ sp_api::impl_runtime_apis! {
runtime_impl::validators::<Runtime>()
}

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

fn validator_groups() -> (Vec<Vec<ValidatorIndex>>, GroupRotationInfo<BlockNumber>) {
runtime_impl::validator_groups::<Runtime>()
}
Expand Down

0 comments on commit f031c9a

Please sign in to comment.