Parachains hrmp.rs to Frame V2 (#3475)

* migrate

* migrate runtimes

* runtimes compile

* ci

* trigger ci
This commit is contained in:
ferrell-code
2021-07-22 06:21:22 -04:00
committed by GitHub
parent 4bb487985a
commit 26330640d2
9 changed files with 253 additions and 181 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ frame_support::construct_runtime!(
Initializer: initializer::{Pallet, Call, Storage},
Dmp: dmp::{Pallet, Call, Storage},
Ump: ump::{Pallet, Call, Storage, Event},
Hrmp: hrmp::{Pallet, Call, Storage, Event},
Hrmp: hrmp::{Pallet, Call, Storage, Event<T>},
SessionInfo: session_info::{Pallet, Call, Storage},
Disputes: disputes::{Pallet, Storage, Event<T>},
}