Integrate UMP into message-broker (#244)

This commit is contained in:
Sergei Shulepov
2020-11-20 21:32:58 +01:00
committed by GitHub
parent ddb60ad07b
commit 0239b58e84
4 changed files with 53 additions and 13 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ construct_runtime! {
Sudo: pallet_sudo::{Module, Call, Storage, Config<T>, Event<T>},
RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Call, Storage},
ParachainUpgrade: cumulus_parachain_upgrade::{Module, Call, Storage, Inherent, Event},
MessageBroker: cumulus_message_broker::{Module, Call, Inherent},
MessageBroker: cumulus_message_broker::{Module, Storage, Call, Inherent},
TransactionPayment: pallet_transaction_payment::{Module, Storage},
ParachainInfo: parachain_info::{Module, Storage, Config},
}