mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user