Put HRMP Channel Management on General Admin Track (#7477)

* create ManagerOrigin for HRMP

* missed one

* fix mock

* update GeneralAdmin docs
This commit is contained in:
joe petrowski
2023-07-17 08:32:52 +02:00
committed by GitHub
parent b95cc76d7c
commit dd7d2f924b
9 changed files with 35 additions and 20 deletions
+1
View File
@@ -219,6 +219,7 @@ parameter_types! {
impl crate::hrmp::Config for Test {
type RuntimeOrigin = RuntimeOrigin;
type RuntimeEvent = RuntimeEvent;
type ChannelManager = frame_system::EnsureRoot<u64>;
type Currency = pallet_balances::Pallet<Test>;
type WeightInfo = crate::hrmp::TestWeightInfo;
}