git.delta.rocks / unique-network / refs/commits / e3dcd7b65003

difftreelog

fix expose pallet xcm storage

Daniel Shiposha2023-03-01parent: #6a928c9.patch.diff
in: master

1 file changed

modifiedruntime/common/construct_runtime.rsdiffbeforeafterboth
6161
62 // XCM helpers.62 // XCM helpers.
63 XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event<T>} = 50,63 XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event<T>} = 50,
64 PolkadotXcm: pallet_xcm::{Pallet, Call, Event<T>, Origin} = 51,64 PolkadotXcm: pallet_xcm::{Pallet, Call, Storage, Event<T>, Origin} = 51,
65 CumulusXcm: cumulus_pallet_xcm::{Pallet, Call, Event<T>, Origin} = 52,65 CumulusXcm: cumulus_pallet_xcm::{Pallet, Call, Event<T>, Origin} = 52,
66 DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event<T>} = 53,66 DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event<T>} = 53,
6767