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 @@ -1835,7 +1835,7 @@ sp_api::impl_runtime_apis! {
18351835 }
18361836
18371837 #[ api_version( 8 ) ]
1838- impl primitives:: runtime_api:: ParachainHost <Block , Hash , BlockNumber > for Runtime {
1838+ impl primitives:: runtime_api:: ParachainHost <Block > for Runtime {
18391839 fn validators( ) -> Vec <ValidatorId > {
18401840 parachains_runtime_api_impl:: validators:: <Runtime >( )
18411841 }
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