File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1833,7 +1833,7 @@ sp_api::impl_runtime_apis! {
18331833 }
18341834
18351835 #[ api_version( 7 ) ]
1836- impl primitives:: runtime_api:: ParachainHost <Block , Hash , BlockNumber > for Runtime {
1836+ impl primitives:: runtime_api:: ParachainHost <Block > for Runtime {
18371837 fn validators( ) -> Vec <ValidatorId > {
18381838 parachains_runtime_api_impl:: validators:: <Runtime >( )
18391839 }
Original file line number Diff line number Diff line change @@ -1878,7 +1878,7 @@ sp_api::impl_runtime_apis! {
18781878 }
18791879 }
18801880
1881- impl primitives:: runtime_api:: ParachainHost <Block , Hash , BlockNumber > for Runtime {
1881+ impl primitives:: runtime_api:: ParachainHost <Block > for Runtime {
18821882 fn validators( ) -> Vec <ValidatorId > {
18831883 parachains_runtime_api_impl:: validators:: <Runtime >( )
18841884 }
You can’t perform that action at this time.
0 commit comments