Parachains ump.rs to FrameV2 (#3528)

* migrate

* migrate runtimes
This commit is contained in:
ferrell-code
2021-07-27 19:07:50 -04:00
committed by GitHub
parent f5a7affb94
commit 3b87d363e9
6 changed files with 99 additions and 79 deletions
@@ -210,7 +210,7 @@ decl_module! {
<scheduler::Module<T>>::occupied(&occupied);
// Give some time slice to dispatch pending upward messages.
<ump::Module<T>>::process_pending_upward_messages();
<ump::Pallet<T>>::process_pending_upward_messages();
// And track that we've finished processing the inherent for this block.
Included::set(Some(()));