mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
export xcm_pallet config (#4116)
* export xcm_pallet config Signed-off-by: Cheng JIANG <alex_cj96@foxmail.com> * run format Signed-off-by: Cheng JIANG <alex_cj96@foxmail.com> * fix typo Signed-off-by: Cheng JIANG <alex_cj96@foxmail.com> * add generic parameter to support different runtimes * Revert "add generic parameter to support different runtimes" This reverts commit 4405ea9fab24307318ffc20a833010fe864b3be3.
This commit is contained in:
@@ -1521,7 +1521,7 @@ construct_runtime! {
|
||||
Crowdloan: crowdloan::{Pallet, Call, Storage, Event<T>} = 73,
|
||||
|
||||
// Pallet for sending XCM.
|
||||
XcmPallet: pallet_xcm::{Pallet, Call, Storage, Event<T>, Origin} = 99,
|
||||
XcmPallet: pallet_xcm::{Pallet, Call, Storage, Event<T>, Origin, Config} = 99,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user