File tree Expand file tree Collapse file tree 3 files changed +0
-38
lines changed
parachains/src/broadcaster Expand file tree Collapse file tree 3 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ use polkadot_primitives::Id as ParaId;
3636
3737pub use pallet:: * ;
3838
39- pub mod runtime_api;
4039mod traits;
4140pub use traits:: PublishSubscribe ;
4241
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2752,12 +2752,6 @@ sp_api::impl_runtime_apis! {
27522752 XcmPallet :: is_trusted_teleporter( asset, location)
27532753 }
27542754 }
2755-
2756- impl polkadot_runtime_parachains:: broadcaster:: runtime_api:: BroadcasterApi <Block > for Runtime {
2757- fn get_subscribed_data( subscriber_para_id: ParaId ) -> BTreeMap <ParaId , Vec <( Vec <u8 >, Vec <u8 >) >> {
2758- Broadcaster :: get_subscribed_data( subscriber_para_id)
2759- }
2760- }
27612755}
27622756
27632757#[ cfg( all( test, feature = "try-runtime" ) ) ]
You can’t perform that action at this time.
0 commit comments