mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
Removed deprecated #[pallet::generate_store(pub(super) trait Store)] according to latest Cumulus (#1964)
This commit is contained in:
committed by
Bastian Köcher
parent
874ab44e00
commit
ce89a2edca
@@ -178,7 +178,6 @@ pub mod pallet {
|
||||
>>::MessagesDeliveryProof;
|
||||
|
||||
#[pallet::pallet]
|
||||
#[pallet::generate_store(pub(super) trait Store)]
|
||||
pub struct Pallet<T, I = ()>(PhantomData<(T, I)>);
|
||||
|
||||
impl<T: Config<I>, I: 'static> OwnedBridgeModule<T> for Pallet<T, I> {
|
||||
|
||||
Reference in New Issue
Block a user