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 @@ -2753,12 +2753,6 @@ sp_api::impl_runtime_apis! {
27532753 XcmPallet :: is_trusted_teleporter( asset, location)
27542754 }
27552755 }
2756-
2757- impl polkadot_runtime_parachains:: broadcaster:: runtime_api:: BroadcasterApi <Block > for Runtime {
2758- fn get_subscribed_data( subscriber_para_id: ParaId ) -> BTreeMap <ParaId , Vec <( Vec <u8 >, Vec <u8 >) >> {
2759- Broadcaster :: get_subscribed_data( subscriber_para_id)
2760- }
2761- }
27622756}
27632757
27642758#[ cfg( all( test, feature = "try-runtime" ) ) ]
You can’t perform that action at this time.
0 commit comments